aboutsummaryrefslogtreecommitdiffstats
path: root/test/option-join-profile.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-join-profile.exp')
-rwxr-xr-xtest/option-join-profile.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/option-join-profile.exp b/test/option-join-profile.exp
index 8f9c10bf7..9200980a1 100755
--- a/test/option-join-profile.exp
+++ b/test/option-join-profile.exp
@@ -12,16 +12,16 @@ expect {
12sleep 3 12sleep 3
13 13
14spawn $env(SHELL) 14spawn $env(SHELL)
15send -- "firejail --join=svntesting;pwd\r" 15send -- "firejail --join=jointesting;pwd\r"
16expect { 16expect {
17 timeout {puts "TESTING ERROR 1\n";exit} 17 timeout {puts "TESTING ERROR 1\n";exit}
18 "Switching to pid" 18 "Switching to pid"
19} 19}
20sleep 1 20sleep 3
21 21
22 22
23spawn $env(SHELL) 23spawn $env(SHELL)
24send -- "firejail --shutdown=svntesting;pwd\r" 24send -- "firejail --shutdown=jointesting;pwd\r"
25expect { 25expect {
26 timeout {puts "TESTING ERROR 3\n";exit} 26 timeout {puts "TESTING ERROR 3\n";exit}
27 "home" 27 "home"
@@ -31,7 +31,7 @@ sleep 5
31send -- "firejail --list;pwd\r" 31send -- "firejail --list;pwd\r"
32expect { 32expect {
33 timeout {puts "TESTING ERROR 4\n";exit} 33 timeout {puts "TESTING ERROR 4\n";exit}
34 "svntesting" {puts "TESTING ERROR 5\n";exit} 34 "jointesting" {puts "TESTING ERROR 5\n";exit}
35 "home" 35 "home"
36} 36}
37sleep 1 37sleep 1