aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.8.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 12:13:07 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 12:13:07 -0500
commit19afadb5e95cb6c2ede60e80b81f662beb6eb899 (patch)
tree465938c86485dc755a0edfaf2562d21dfe2e3333 /test/features/3.8.exp
parent0.9.38 testing (diff)
downloadfirejail-19afadb5e95cb6c2ede60e80b81f662beb6eb899.tar.gz
firejail-19afadb5e95cb6c2ede60e80b81f662beb6eb899.tar.zst
firejail-19afadb5e95cb6c2ede60e80b81f662beb6eb899.zip
0.9.38 testing
Diffstat (limited to 'test/features/3.8.exp')
-rwxr-xr-xtest/features/3.8.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/3.8.exp b/test/features/3.8.exp
index 72953d159..2405e4fdb 100755
--- a/test/features/3.8.exp
+++ b/test/features/3.8.exp
@@ -19,7 +19,7 @@ expect {
19} 19}
20sleep 1 20sleep 1
21 21
22send -- "ls -l /bin | wc -l\r" 22send -- "ls -l /usr/bin | wc -l\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 1.1\n";exit} 24 timeout {puts "TESTING ERROR 1.1\n";exit}
25 "6" 25 "6"
@@ -41,7 +41,7 @@ if { $overlay == "overlay" } {
41 } 41 }
42 sleep 1 42 sleep 1
43 43
44 send -- "ls -l /bin | wc -l\r" 44 send -- "ls -l /usr/bin | wc -l\r"
45 expect { 45 expect {
46 timeout {puts "TESTING ERROR 3.1\n";exit} 46 timeout {puts "TESTING ERROR 3.1\n";exit}
47 "6" 47 "6"
@@ -64,7 +64,7 @@ if { $chroot == "chroot" } {
64 } 64 }
65 sleep 1 65 sleep 1
66 66
67 send -- "ls -l /bin | wc -l\r" 67 send -- "ls -l /usr/bin | wc -l\r"
68 expect { 68 expect {
69 timeout {puts "TESTING ERROR 5.1\n";exit} 69 timeout {puts "TESTING ERROR 5.1\n";exit}
70 "6" 70 "6"