aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-04 14:47:47 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-04 14:47:47 -0500
commit76fcd85a1f441de1192194fcb712c35b7d985b69 (patch)
tree5fab3a982cb12d9891c06e2a462d3c71887c6416 /test/utils
parentfix and document firemon --nowrap (diff)
downloadfirejail-76fcd85a1f441de1192194fcb712c35b7d985b69.tar.gz
firejail-76fcd85a1f441de1192194fcb712c35b7d985b69.tar.zst
firejail-76fcd85a1f441de1192194fcb712c35b7d985b69.zip
testing
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/join.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/utils/join.exp b/test/utils/join.exp
index b74b0b17a..d5c421676 100755
--- a/test/utils/join.exp
+++ b/test/utils/join.exp
@@ -16,6 +16,14 @@ expect {
16sleep 2 16sleep 2
17 17
18spawn $env(SHELL) 18spawn $env(SHELL)
19send -- "firejail --shell=none --join=jointesting\r"
20expect {
21 timeout {puts "TESTING ERROR 1\n";exit}
22 "shell=none set, but no command specified"
23}
24after 100
25
26
19send -- "firejail --join=jointesting\r" 27send -- "firejail --join=jointesting\r"
20expect { 28expect {
21 timeout {puts "TESTING ERROR 1\n";exit} 29 timeout {puts "TESTING ERROR 1\n";exit}