chiark / gitweb /
Backport tests to Debian wheezy
[vbig.git] / t-corrupt
index 35599bd76c62e3a1430d79f9c1b3640aba75ca40..415a306f1c242700387bbb85785962888a137ab2 100755 (executable)
--- a/t-corrupt
+++ b/t-corrupt
@@ -2,7 +2,7 @@
 set -e
 rm -f testfile
 ./vbig --seed chahthaiquiyouto --create testfile 65536
-dd if=/dev/zero of=testfile bs=256 count=1 seek=1 conv=nocreat,notrunc status=none
+dd if=/dev/zero of=testfile bs=256 count=1 seek=1 conv=nocreat,notrunc status=noxfer
 if ./vbig --seed chahthaiquiyouto --verify testfile 65536 2>testoutput; then
   echo >&2 ERROR: verify unexpectedly succeeded
   exit 1