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 -1
View File
@@ -91,7 +91,7 @@ echo "free space at start $free0" >> $seq.full
echo "fill disk:" # well, filesystem really - not disk
dd if=/dev/zero of=$out bs=1024k 2>&1 | _filter_dd
POSIXLY_CORRECT=yes dd if=/dev/zero of=$out bs=1024k 2>&1 | _filter_dd
echo "check free space:"