diff --git a/regress/hmac-error.test b/regress/hmac-error.test new file mode 100644 index 000000000..66644ce49 --- /dev/null +++ b/regress/hmac-error.test @@ -0,0 +1,10 @@ +description test file that has an HMAC error +return 1 +arguments hmac-error.zip set_password 1234 cat 0 +file hmac-error.zip hmac-error.zip +stdout +The quick brown fox jumps over t quazy dog +end-of-inline-data +stderr +can't read file at index '0': CRC error +end-of-inline-data diff --git a/regress/hmac-error.zip b/regress/hmac-error.zip new file mode 100644 index 000000000..c8be5908e Binary files /dev/null and b/regress/hmac-error.zip differ