btrfs/079: Fix wrong value passed to available space check
[xfstests-dev.git] / tests / btrfs / 079
index 6aee3a373f910c95a759f1e2b7c38a70de254c3c..ed4eb727ee2b9c50b58d987b2e07981dff56149c 100755 (executable)
@@ -72,7 +72,7 @@ rm -f $seqres.full
 
 _scratch_mkfs >>$seqres.full 2>&1
 _scratch_mount
-_require_fs_space $SCRATCH_MNT $(($filesize / 1024 / 1024 / 1024))
+_require_fs_space $SCRATCH_MNT $(($filesize / 1024))
 $XFS_IO_PROG -f -c "falloc 0 $filesize" $testfile
 
 dd_work() {