aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/join.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/join.exp')
-rwxr-xr-xtest/utils/join.exp15
1 files changed, 14 insertions, 1 deletions
diff --git a/test/utils/join.exp b/test/utils/join.exp
index fc30bc6a4..79fe99f2d 100755
--- a/test/utils/join.exp
+++ b/test/utils/join.exp
@@ -32,7 +32,20 @@ expect {
32 "/bin/bash" 32 "/bin/bash"
33} 33}
34 34
35send -- "exit" 35send -- "exit\r"
36sleep 1
37send -- "firejail --join-network=jointesting\r"
38expect {
39 timeout {puts "TESTING ERROR 4\n";exit}
40 "is only available to root user"
41}
42after 100
43send -- "firejail --join-filesystem=jointesting\r"
44expect {
45 timeout {puts "TESTING ERROR 5\n";exit}
46 "is only available to root user"
47}
48
36after 100 49after 100
37 50
38puts "\nall done\n" 51puts "\nall done\n"