chiark / gitweb /
Backport tests to Debian wheezy
[vbig.git] / t-extended
index 6b1095895155330dbc962cbe9e8d7843050fbf61..870112362b595d2066681bc481182f958ba5601d 100755 (executable)
@@ -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 oflag=append status=none
+dd if=/dev/zero of=testfile bs=256 count=1 seek=1 conv=nocreat,notrunc oflag=append status=noxfer
 if ./vbig --seed chahthaiquiyouto --verify testfile 65536 2>testoutput; then
   echo >&2 ERROR: verify unexpectedly succeeded
   exit 1