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:
@@ -115,7 +115,7 @@ echo "*** make test file 2"
|
||||
touch $testfile.2
|
||||
echo "value_1" | _attr -s "a1" $testfile.2 >/dev/null
|
||||
echo "value_2" | _attr -s "a2-----" $testfile.2 >/dev/null
|
||||
( echo start ; dd if=/dev/zero bs=65525 count=1 ; echo end ) \
|
||||
( echo start; POSIXLY_CORRECT=yes dd if=/dev/zero bs=65525 count=1; echo end )\
|
||||
| _attr -s "a3" $testfile.2 >/dev/null
|
||||
_getfattr --absolute-names $testfile.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user