summaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-10-07 15:30:43 +0200
committerWerner Koch <wk@gnupg.org>1998-10-07 15:30:43 +0200
commit786a2870dfc48e9676476a5604a5115f4fe8c5e5 (patch)
treeb9ba3bb28e0c65e129994b4526a5c98519c756e0 /checks
parentwindoze version works again (diff)
downloadgnupg2-786a2870dfc48e9676476a5604a5115f4fe8c5e5.tar.xz
gnupg2-786a2870dfc48e9676476a5604a5115f4fe8c5e5.zip
a new releaseV0-4-1
Diffstat (limited to 'checks')
-rwxr-xr-xchecks/genkey1024.test1
-rwxr-xr-xchecks/run-gpg2
2 files changed, 1 insertions, 2 deletions
diff --git a/checks/genkey1024.test b/checks/genkey1024.test
index e419088f2..223554937 100755
--- a/checks/genkey1024.test
+++ b/checks/genkey1024.test
@@ -21,7 +21,6 @@ expect {
-exact "Please select what kind of key you want:\r
(1) DSA and ElGamal (default)\r
(2) ElGamal (sign and encrypt)\r
- (3) ElGamal (encrypt only)\r
(4) DSA (sign only)\r
(5) ElGamal in a v3 packet\r
Your selection? " { send -- "1\r" }
diff --git a/checks/run-gpg b/checks/run-gpg
index 518721a40..a9e0e31cc 100755
--- a/checks/run-gpg
+++ b/checks/run-gpg
@@ -10,6 +10,6 @@ else
rm err.tmp.$$
exit 1
fi
-fgrep -v -f run-gpg.patterns err.tmp.$$
+fgrep -v -f $srcdir/run-gpg.patterns err.tmp.$$
rm err.tmp.$$