mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix typo in test 072 error message, and add 072 back into auto group now kernel is fixed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user