aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private-whitelist.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/private-whitelist.exp')
-rwxr-xr-xtest/fs/private-whitelist.exp10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/fs/private-whitelist.exp b/test/fs/private-whitelist.exp
index a3d60369a..4dadeacb1 100755
--- a/test/fs/private-whitelist.exp
+++ b/test/fs/private-whitelist.exp
@@ -12,26 +12,28 @@ expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "Child process initialized" 13 "Child process initialized"
14} 14}
15sleep 1 15after 100
16 16
17send -- "ls -al /tmp\r" 17send -- "ls -al /tmp\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 2\n";exit} 19 timeout {puts "TESTING ERROR 2\n";exit}
20 ".X11-unix" 20 ".X11-unix"
21} 21}
22sleep 1 22after 100
23 23
24send -- "ls -a /tmp | wc -l\r" 24send -- "ls -a /tmp | wc -l\r"
25expect { 25expect {
26 timeout {puts "TESTING ERROR 3\n";exit} 26 timeout {puts "TESTING ERROR 3\n";exit}
27 "3" 27 "3"
28} 28}
29sleep 1 29after 100
30 30
31send -- "ls -a ~ | wc -l\r" 31send -- "ls -a ~ | wc -l\r"
32expect { 32expect {
33 timeout {puts "TESTING ERROR 4\n";exit} 33 timeout {puts "TESTING ERROR 4\n";exit}
34 "5" 34 "3" {puts "3\n"}
35 "4" {puts "4\n"}
36 "5" {puts "5\n"}
35} 37}
36 38
37sleep 1 39sleep 1