summaryrefslogtreecommitdiffstats
path: root/test/servers.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/servers.exp')
-rwxr-xr-xtest/servers.exp6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/servers.exp b/test/servers.exp
index a36814a69..60f584919 100755
--- a/test/servers.exp
+++ b/test/servers.exp
@@ -18,7 +18,7 @@ expect {
18sleep 2 18sleep 2
19 19
20 20
21send -- "/etc/init.d/rsyslog start;sleep 1;/etc/init.d/ssh start;sleep 1;/etc/init.d/nginx start\r" 21send -- "/etc/init.d/rsyslog start;sleep 1;/etc/init.d/ssh start\r"
22sleep 3 22sleep 3
23 23
24send -- "ps aux; pwd\r" 24send -- "ps aux; pwd\r"
@@ -30,10 +30,6 @@ expect {
30 timeout {puts "TESTING ERROR 2\n";exit} 30 timeout {puts "TESTING ERROR 2\n";exit}
31 "sshd" 31 "sshd"
32} 32}
33expect {
34 timeout {puts "TESTING ERROR 3\n";exit}
35 "nginx"
36}
37 33
38send -- "exit\r" 34send -- "exit\r"
39sleep 1 35sleep 1