diff options
author | Werner Koch <wk@gnupg.org> | 2006-10-04 19:42:14 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-10-04 19:42:14 +0200 |
commit | 3fafc725830c0d528cab11045060fac2244ff213 (patch) | |
tree | c818b249fef8fe90758d3295b184afd5c2d3cac0 /tests/openpgp | |
parent | Re-enabled --passphrase-fd (diff) | |
download | gnupg2-3fafc725830c0d528cab11045060fac2244ff213.tar.xz gnupg2-3fafc725830c0d528cab11045060fac2244ff213.zip |
Fix for make distcheckgnupg-1.9.91
Diffstat (limited to 'tests/openpgp')
-rw-r--r-- | tests/openpgp/ChangeLog | 4 | ||||
-rwxr-xr-x | tests/openpgp/signencrypt.test | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/openpgp/ChangeLog b/tests/openpgp/ChangeLog index 53b09853a..0688bf1bf 100644 --- a/tests/openpgp/ChangeLog +++ b/tests/openpgp/ChangeLog @@ -1,3 +1,7 @@ +2006-10-04 Werner Koch <wk@g10code.com> + + * signencrypt.test: Need to prepend srcdir to the file name + 2006-09-27 Werner Koch <wk@g10code.com> * signencrypt.test: Add a test for bug 537. 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` |