aboutsummaryrefslogtreecommitdiffstats
path: root/checks/genkey1024.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/genkey1024.test')
-rwxr-xr-xchecks/genkey1024.test9
1 files changed, 1 insertions, 8 deletions
diff --git a/checks/genkey1024.test b/checks/genkey1024.test
index bd79bcb89..81cb24fce 100755
--- a/checks/genkey1024.test
+++ b/checks/genkey1024.test
@@ -91,14 +91,7 @@ expect {
timeout { exit 1 } }
set timeout 600
expect {
- -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
-the disks) during the prime generation; this gives the random\r
-number generator a better chance to gain enough entropy.\r" {}
- timeout { exit 1 } }
-set timeout 600
-expect {
- -ex "public and secret key created and signed.\r" { exit 0 }
+ -re "^.*\r\npublic and secret key" { exit 0 }
eof { exit 1 }
}
exit 1