diff options
author | Werner Koch <wk@gnupg.org> | 1998-11-10 13:59:59 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-11-10 13:59:59 +0100 |
commit | b076ce302189d619d170089f70afdb72dd0bf967 (patch) | |
tree | 736281f795268c3f712ed29167e21bc9078fc698 /checks | |
parent | ready to release 0.4.3 (diff) | |
download | gnupg2-b076ce302189d619d170089f70afdb72dd0bf967.tar.xz gnupg2-b076ce302189d619d170089f70afdb72dd0bf967.zip |
Some bug fixes of the last release
Diffstat (limited to 'checks')
-rwxr-xr-x | checks/genkey1024.test | 8 | ||||
-rw-r--r-- | checks/run-gpg.patterns | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/checks/genkey1024.test b/checks/genkey1024.test index 223554937..b67626da7 100755 --- a/checks/genkey1024.test +++ b/checks/genkey1024.test @@ -10,6 +10,8 @@ else exit 0 fi +LANG= +LANGUAGE= expect - <<EOF @@ -84,13 +86,13 @@ expect { -exact "o\r \r \rYou need a Passphrase to protect your secret key.\r \r -Enter pass phrase: " { sleep 1; send -- "abc\r" } +Enter passphrase: " { sleep 1; send -- "abc\r" } timeout { exit 1 } } expect { - -ex "\r \rRepeat pass phrase: " { sleep 1; send -- "abc\r" } + -ex "\r \rRepeat passphrase: " { sleep 1; send -- "abc\r" } timeout { exit 1 } } expect { - -ex "\r \rWe need to generate a lot of random bytes. It is a good idea to perform\r + -ex "\r \rWe need to generate a lot of random bytes. It is a good idea to perform\r some other action (work in another window, move the mouse, utilize the\r network and the disks) during the prime generation; this gives the random\r number generator a better chance to gain enough entropy.\r" {} diff --git a/checks/run-gpg.patterns b/checks/run-gpg.patterns index 5bb349cff..8bf1af813 100644 --- a/checks/run-gpg.patterns +++ b/checks/run-gpg.patterns @@ -1,7 +1,7 @@ gpg: Good signature from gpg: Signature made -gpg: note: cipher algorithm 3 not found in preferences -gpg: note: cipher algorithm 4 not found in preferences -gpg: note: secret key 2E5FA4F4 is NOT protected. -gpg: note: secret key 439F02CA is NOT protected. -gpg: warning: using insecure random number generator +gpg: NOTE: cipher algorithm 3 not found in preferences +gpg: NOTE: cipher algorithm 4 not found in preferences +gpg: NOTE: secret key 2E5FA4F4 is NOT protected. +gpg: NOTE: secret key 439F02CA is NOT protected. +gpg: WARNING: using insecure random number generator |