chiark / gitweb /
Backport tests to Debian wheezy
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 24 May 2014 14:03:28 +0000 (15:03 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 24 May 2014 14:03:28 +0000 (15:03 +0100)
Change-Id: I3825a22ea000c94b37aa8bf3b71a49a1065e34b0

t-corrupt
t-extended

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
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