diff options
Diffstat (limited to 'tests/openpgp/signencrypt.test')
-rwxr-xr-x | tests/openpgp/signencrypt.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/signencrypt.test b/tests/openpgp/signencrypt.test index 5a9786704..2af50cb53 100755 --- a/tests/openpgp/signencrypt.test +++ b/tests/openpgp/signencrypt.test @@ -11,7 +11,7 @@ for i in $plain_files $data_files ; do cmp $i y || error "$i: mismatch" done -i=bug537-test.data.asc +i=$srcdir/bug537-test.data.asc info "Checking bug 537: MDC problem with old style compressed packets." echo "$usrpass1" | $GPG --passphrase-fd 0 -o y --yes $i tmp=`$GPG --with-colons --print-md sha1 <y` |