aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-04 17:42:14 +0000
committerWerner Koch <[email protected]>2006-10-04 17:42:14 +0000
commit3fafc725830c0d528cab11045060fac2244ff213 (patch)
treec818b249fef8fe90758d3295b184afd5c2d3cac0 /tests
parentRe-enabled --passphrase-fd (diff)
downloadgnupg-3fafc725830c0d528cab11045060fac2244ff213.tar.gz
gnupg-3fafc725830c0d528cab11045060fac2244ff213.zip
Fix for make distcheckgnupg-1.9.91
Diffstat (limited to 'tests')
-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 <[email protected]>
+
+ * signencrypt.test: Need to prepend srcdir to the file name
+
2006-09-27 Werner Koch <[email protected]>
* 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`