aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/icedove.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/icedove.exp')
-rwxr-xr-xtest/apps/icedove.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/apps/icedove.exp b/test/apps/icedove.exp
index 9ae89535e..667f6745d 100755
--- a/test/apps/icedove.exp
+++ b/test/apps/icedove.exp
@@ -28,7 +28,7 @@ expect {
28 timeout {puts "TESTING ERROR 3.1\n";exit} 28 timeout {puts "TESTING ERROR 3.1\n";exit}
29 "icedove" 29 "icedove"
30} 30}
31sleep 1 31after 100
32 32
33# grsecurity exit 33# grsecurity exit
34send -- "file /proc/sys/kernel/grsecurity\r" 34send -- "file /proc/sys/kernel/grsecurity\r"
@@ -59,7 +59,7 @@ expect {
59 timeout {puts "TESTING ERROR 5.1\n";exit} 59 timeout {puts "TESTING ERROR 5.1\n";exit}
60 "name=blablabla" 60 "name=blablabla"
61} 61}
62sleep 1 62after 100
63send -- "firemon --caps\r" 63send -- "firemon --caps\r"
64expect { 64expect {
65 timeout {puts "TESTING ERROR 6\n";exit} 65 timeout {puts "TESTING ERROR 6\n";exit}
@@ -77,7 +77,7 @@ expect {
77 timeout {puts "TESTING ERROR 6.3\n";exit} 77 timeout {puts "TESTING ERROR 6.3\n";exit}
78 "name=blablabla" 78 "name=blablabla"
79} 79}
80sleep 1 80after 100
81 81
82puts "\nall done\n" 82puts "\nall done\n"
83 83