diff options
Diffstat (limited to 'checks/conventional-mdc.test')
-rwxr-xr-x | checks/conventional-mdc.test | 1 |
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 |