aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.8.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-09 07:46:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-09 07:46:28 -0400
commitc22f9de02db17cb10b08f3d4893987228799ca89 (patch)
tree592437e48f29b98a18fefc7f60e2cc7abf0b7c04 /test/features/3.8.exp
parent--private-bin and --private-etc fix (diff)
downloadfirejail-c22f9de02db17cb10b08f3d4893987228799ca89.tar.gz
firejail-c22f9de02db17cb10b08f3d4893987228799ca89.tar.zst
firejail-c22f9de02db17cb10b08f3d4893987228799ca89.zip
various fixes
Diffstat (limited to 'test/features/3.8.exp')
-rwxr-xr-xtest/features/3.8.exp8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/features/3.8.exp b/test/features/3.8.exp
index 94a1abf67..d941fa9b7 100755
--- a/test/features/3.8.exp
+++ b/test/features/3.8.exp
@@ -61,14 +61,18 @@ if { $chroot == "chroot" } {
61 send -- "firejail --noprofile --chroot=/tmp/chroot --private-bin=bash,cat,cp,ls,wc\r" 61 send -- "firejail --noprofile --chroot=/tmp/chroot --private-bin=bash,cat,cp,ls,wc\r"
62 expect { 62 expect {
63 timeout {puts "TESTING ERROR 4\n";exit} 63 timeout {puts "TESTING ERROR 4\n";exit}
64 "private-bin feature is disabled in chroot"
65 }
66 expect {
67 timeout {puts "TESTING ERROR 5\n";exit}
64 "Child process initialized" 68 "Child process initialized"
65 } 69 }
66 sleep 1 70 sleep 1
67 71
68 send -- "ls -l /usr/bin | wc -l\r" 72 send -- "ls -l /usr/bin | wc -l\r"
69 expect { 73 expect {
70 timeout {puts "TESTING ERROR 5.1\n";exit} 74 timeout {puts "TESTING ERROR 6\n";exit}
71 "6" 75 "9"
72 } 76 }
73 77
74 after 100 78 after 100