summaryrefslogtreecommitdiffstats
path: root/tests/openpgp
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-04 19:42:14 +0200
committerWerner Koch <wk@gnupg.org>2006-10-04 19:42:14 +0200
commit3fafc725830c0d528cab11045060fac2244ff213 (patch)
treec818b249fef8fe90758d3295b184afd5c2d3cac0 /tests/openpgp
parentRe-enabled --passphrase-fd (diff)
downloadgnupg2-3fafc725830c0d528cab11045060fac2244ff213.tar.xz
gnupg2-3fafc725830c0d528cab11045060fac2244ff213.zip
Fix for make distcheckgnupg-1.9.91
Diffstat (limited to 'tests/openpgp')
-rw-r--r--tests/openpgp/ChangeLog4
-rwxr-xr-xtests/openpgp/signencrypt.test2
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`