summaryrefslogtreecommitdiffstats
path: root/test/features/3.3.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-23 16:42:58 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-23 16:42:58 -0500
commitdda687ed2a748cb262b317e0c7fdf4a9c4ae2d31 (patch)
tree144fba235fec87d74deff110aaa71891174b3eef /test/features/3.3.exp
parent0.9.36 testing (diff)
downloadfirejail-dda687ed2a748cb262b317e0c7fdf4a9c4ae2d31.tar.gz
firejail-dda687ed2a748cb262b317e0c7fdf4a9c4ae2d31.tar.zst
firejail-dda687ed2a748cb262b317e0c7fdf4a9c4ae2d31.zip
0.9.36 testing
Diffstat (limited to 'test/features/3.3.exp')
-rwxr-xr-xtest/features/3.3.exp31
1 files changed, 16 insertions, 15 deletions
diff --git a/test/features/3.3.exp b/test/features/3.3.exp
index a53a4ade5..0539a1d40 100755
--- a/test/features/3.3.exp
+++ b/test/features/3.3.exp
@@ -52,21 +52,22 @@ if { $overlay == "overlay" } {
52# 52#
53# C 53# C
54# 54#
55send -- "firejail --noprofile --chroot=/tmp/chroot --blacklist=/home/netblue/.config\r" 55if { $chroot == "chroot" } {
56expect { 56 send -- "firejail --noprofile --chroot=/tmp/chroot --blacklist=/home/netblue/.config\r"
57 timeout {puts "TESTING ERROR 4\n";exit} 57 expect {
58 "Child process initialized" 58 timeout {puts "TESTING ERROR 4\n";exit}
59} 59 "Child process initialized"
60sleep 1 60 }
61 61 sleep 1
62send -- "cd ~/.config\r" 62
63expect { 63 send -- "cd ~/.config\r"
64 timeout {puts "TESTING ERROR 5\n";exit} 64 expect {
65 "Permission denied" 65 timeout {puts "TESTING ERROR 5\n";exit}
66 "Permission denied"
67 }
68 after 100
69 send -- "exit\r"
70 sleep 1
66} 71}
67after 100
68send -- "exit\r"
69sleep 1
70
71 72
72puts "\nall done\n" 73puts "\nall done\n"