From: Richard Kettlewell Date: Sat, 24 May 2014 14:03:28 +0000 (+0100) Subject: Backport tests to Debian wheezy X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cb77131fcae0264724ea8a2662ae2544e624b750;p=vbig.git Backport tests to Debian wheezy Change-Id: I3825a22ea000c94b37aa8bf3b71a49a1065e34b0 --- diff --git a/t-corrupt b/t-corrupt index 35599bd..415a306 100755 --- 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 diff --git a/t-extended b/t-extended index 6b10958..8701123 100755 --- a/t-extended +++ b/t-extended @@ -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