Fix QA tests which use dd so that they specify posixly correct output

This commit is contained in:
fsgqa
2003-06-12 04:17:41 +00:00
parent 75adbc8d25
commit 451eb71ec6
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -529,6 +529,7 @@ _create_dumpdir_largefile()
_largesize=4294967297
_largefile=$dump_dir/largefile
echo "dd a largefile at offset $_largesize"
POSIXLY_CORRECT=yes \
dd if=/dev/zero of=$_largefile bs=1 seek=$_largesize count=10 2>&1
_stable_fs
}