aboutsummaryrefslogtreecommitdiffstats
path: root/checks/conventional-mdc.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/conventional-mdc.test')
-rwxr-xr-xchecks/conventional-mdc.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/checks/conventional-mdc.test b/checks/conventional-mdc.test
index 3da5d26df..171cb6244 100755
--- a/checks/conventional-mdc.test
+++ b/checks/conventional-mdc.test
@@ -9,6 +9,7 @@ for ciph in `all_cipher_algos`; do
# *BSD's dd can't cope with a count of 0
if test "$i" = "0"; then
: >z
+ my_chtag z
else
dd if=data-80000 of=z bs=1 count=$i 2>/dev/null
fi