aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private-whitelist.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-05 18:16:03 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-05 18:16:03 -0400
commitf8ad9c20bbbc5018927598c23532e33851b74d60 (patch)
treefce89e52f67388c228039d5c9efdae8d069f2813 /test/fs/private-whitelist.exp
parentMerge pull request #499 from reinerh/master (diff)
downloadfirejail-f8ad9c20bbbc5018927598c23532e33851b74d60.tar.gz
firejail-f8ad9c20bbbc5018927598c23532e33851b74d60.tar.zst
firejail-f8ad9c20bbbc5018927598c23532e33851b74d60.zip
test fixes
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