aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/join.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-06-19 20:03:14 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2022-06-19 20:03:14 -0400
commitbb14c205b562f6162aadff969540a956aacc0bd1 (patch)
treeed50420fce3c562382b9a1d190031ca64c2de631 /test/utils/join.exp
parentMerge pull request #5209 from rusty-snake/shell-none-default (diff)
downloadfirejail-bb14c205b562f6162aadff969540a956aacc0bd1.tar.gz
firejail-bb14c205b562f6162aadff969540a956aacc0bd1.tar.zst
firejail-bb14c205b562f6162aadff969540a956aacc0bd1.zip
shell none set as default (6)
Diffstat (limited to 'test/utils/join.exp')
-rwxr-xr-xtest/utils/join.exp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/utils/join.exp b/test/utils/join.exp
index 82decce51..d7dc0a1f9 100755
--- a/test/utils/join.exp
+++ b/test/utils/join.exp
@@ -16,14 +16,6 @@ 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
27send -- "firejail --join=jointesting\r" 19send -- "firejail --join=jointesting\r"
28expect { 20expect {
29 timeout {puts "TESTING ERROR 2\n";exit} 21 timeout {puts "TESTING ERROR 2\n";exit}