Fix typo in test 072 error message, and add 072 back into auto group now kernel is fixed

This commit is contained in:
fsgqa
2003-07-22 03:30:46 +00:00
parent 467ebf7931
commit 7a7ac7ad7b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ _scratch_mount >/dev/null || _fail "mount failed"
# check there's enough freespace on $SCRATCH_MNT ... (1GiB + 1MiB)
avail=`df -P $SCRATCH_MNT | awk 'END {print $4}'`
[ "$avail" -ge 1049600 ] || _notrun "Test device is too small ($avail KiB)"
[ "$avail" -ge 1049600 ] || _notrun "Scratch device is too small ($avail KiB)"
echo Silence is golden
+1 -1
View File
@@ -129,5 +129,5 @@ ioctl nathans@sgi.com
069 rw auto
070 attr auto
071 rw
072 rw
072 rw auto
073 copy auto