mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix QA tests which use dd so that they specify posixly correct output
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user