From cb77131fcae0264724ea8a2662ae2544e624b750 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sat, 24 May 2014 15:03:28 +0100 Subject: [PATCH] Backport tests to Debian wheezy Change-Id: I3825a22ea000c94b37aa8bf3b71a49a1065e34b0 --- t-corrupt | 2 +- t-extended | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2