aboutsummaryrefslogtreecommitdiffstats
path: root/test/private-whitelist.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 09:26:59 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-20 09:26:59 -0500
commit9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd (patch)
tree1161e84276256515eb0531740270da240e711b8f /test/private-whitelist.exp
parenttesting (diff)
downloadfirejail-9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd.tar.gz
firejail-9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd.tar.zst
firejail-9f1ffe0e6fcd23efd6184cf393a1ba0075622cfd.zip
testing
Diffstat (limited to 'test/private-whitelist.exp')
-rwxr-xr-xtest/private-whitelist.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/private-whitelist.exp b/test/private-whitelist.exp
index b78eb3b61..f06415c52 100755
--- a/test/private-whitelist.exp
+++ b/test/private-whitelist.exp
@@ -18,14 +18,14 @@ expect {
18} 18}
19sleep 1 19sleep 1
20 20
21send -- "ls -a /tmp | wc\r" 21send -- "ls -a /tmp | wc -l\r"
22expect { 22expect {
23 timeout {puts "TESTING ERROR 3\n";exit} 23 timeout {puts "TESTING ERROR 3\n";exit}
24 "3" 24 "3"
25} 25}
26sleep 1 26sleep 1
27 27
28send -- "ls -a ~ | wc\r" 28send -- "ls -a ~ | wc -l\r"
29expect { 29expect {
30 timeout {puts "TESTING ERROR 4\n";exit} 30 timeout {puts "TESTING ERROR 4\n";exit}
31 "4" 31 "4"