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
+2
View File
@@ -98,7 +98,9 @@ _check_repair()
# some basic sanity checks...
_check_scratch_fs
_scratch_mount #mount
POSIXLY_CORRECT=yes \
dd if=/bin/sh of=$SCRATCH_MNT/sh 2>&1 |_filter_dd #open,write
POSIXLY_CORRECT=yes \
dd if=$SCRATCH_MNT/sh of=/dev/null 2>&1 |_filter_dd #read
rm -f $SCRATCH_MNT/sh #unlink
umount $SCRATCH_MNT #umount