summaryrefslogtreecommitdiffstats
path: root/tests/openpgp
diff options
context:
space:
mode:
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`