aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/runtest.sh
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-06-07 09:09:39 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-06-07 09:09:39 +0000
commit246300f212f9b432b4d16856afc6bf2d7e0316ea (patch)
tree50b7d9b28d01f9f59eea8754205c2dc8e88e263d /sbin/bsdlabel/runtest.sh
parent2d20f433edb67463b66ef1e9a00d4beb36f202a0 (diff)
downloadsrc-246300f212f9b432b4d16856afc6bf2d7e0316ea.tar.gz
src-246300f212f9b432b4d16856afc6bf2d7e0316ea.zip
Sanitize setting of labeloffset and labelsector.
Notes
Notes: svn path=/head/; revision=115948
Diffstat (limited to 'sbin/bsdlabel/runtest.sh')
-rw-r--r--sbin/bsdlabel/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bsdlabel/runtest.sh b/sbin/bsdlabel/runtest.sh
index eb43b90b237a..9d561f39ab82 100644
--- a/sbin/bsdlabel/runtest.sh
+++ b/sbin/bsdlabel/runtest.sh
@@ -3,7 +3,7 @@
TMP=/tmp/$$.
set -e
-for TEST in "i386 512" "i386 4096" "alpha 512" "pc98 512" "pc98 4096"
+for TEST in "i386 512" "i386 4096" "alpha 512"
do
set $TEST
ARCH=$1