aboutsummaryrefslogtreecommitdiffstats
path: root/test/servers3.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/servers3.exp')
-rwxr-xr-xtest/servers3.exp17
1 files changed, 16 insertions, 1 deletions
diff --git a/test/servers3.exp b/test/servers3.exp
index f23ffba46..da44a28ee 100755
--- a/test/servers3.exp
+++ b/test/servers3.exp
@@ -26,6 +26,21 @@ expect {
26 "apache" 26 "apache"
27} 27}
28 28
29send -- "rm index.html\r"
30sleep 1
31send -- "wget 0\r"
32expect {
33 timeout {puts "TESTING ERROR 2\n";exit}
34 "saved"
35}
36send -- "cat index.html\r"
37expect {
38 timeout {puts "TESTING ERROR 3\n";exit}
39 "This is the default web page for this server"
40}
41
42
43
29send -- "exit\r" 44send -- "exit\r"
30sleep 1 45sleep 1
31puts "\n" 46puts "\nall done\n"