aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.5.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/1.5.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/1.5.exp')
-rwxr-xr-xtest/features/1.5.exp30
1 files changed, 16 insertions, 14 deletions
diff --git a/test/features/1.5.exp b/test/features/1.5.exp
index 5a2643ede..02f2bd77f 100755
--- a/test/features/1.5.exp
+++ b/test/features/1.5.exp
@@ -52,21 +52,23 @@ if { $overlay == "overlay" } {
52# 52#
53# C 53# C
54# 54#
55send -- "firejail --noprofile --chroot=/tmp/chroot\r" 55if { $chroot == "chroot" } {
56expect { 56 send -- "firejail --noprofile --chroot=/tmp/chroot\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 -- "ps aux | wc -l \r" 62
63expect { 63 send -- "ps aux | wc -l \r"
64 timeout {puts "TESTING ERROR 5\n";exit} 64 expect {
65 "5" 65 timeout {puts "TESTING ERROR 5\n";exit}
66 "5"
67 }
68 after 100
69 send -- "exit\r"
70 sleep 1
66} 71}
67after 100
68send -- "exit\r"
69sleep 1
70 72
71 73
72puts "\nall done\n" 74puts "\nall done\n"