From f1c49df79eb826124854cc42b72b30fb5a6efffa Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 1 Jun 2003 09:30:53 +0000 Subject: Add pc98 arch to test set. Remove ktrace which leaked out of test-setup. --- sbin/bsdlabel/runtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/bsdlabel/runtest.sh b/sbin/bsdlabel/runtest.sh index 373ae40..e7f3e96 100644 --- a/sbin/bsdlabel/runtest.sh +++ b/sbin/bsdlabel/runtest.sh @@ -3,7 +3,7 @@ TMP=/tmp/$$. set -e -for ARCH in i386 alpha +for ARCH in i386 alpha pc98 do echo "ARCH $ARCH" MD=`mdconfig -a -t malloc -s 2m` @@ -140,7 +140,7 @@ do fi exec 7> /dev/${MD}c - if ktrace ./bsdlabel -m ${ARCH} -B -b ${TMP}b0 ${MD} ; then + if ./bsdlabel -m ${ARCH} -B -b ${TMP}b0 ${MD} ; then if [ ! -c /dev/${MD}a ] ; then echo "FAILED: Writing bootcode killed ...a" 1>&2 exit 2 -- cgit v1.1