chiark / gitweb /
Support feeble FreeBSD versions of dd and truncate in tests
[vbig.git] / t-corrupt
index 6139bab6807646fa24496a7149bc8b99c7d07039..333a0834fea56e6d89f11418951491107cddd085 100755 (executable)
--- a/t-corrupt
+++ b/t-corrupt
@@ -19,7 +19,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=noxfer
+dd if=/dev/zero of=testfile bs=256 count=1 seek=1 conv=notrunc
 if ./vbig --seed chahthaiquiyouto --verify testfile 65536 2>testoutput; then
   echo >&2 ERROR: verify unexpectedly succeeded
   exit 1