aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/shell-none.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/environment/shell-none.exp')
-rwxr-xr-xtest/environment/shell-none.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/environment/shell-none.exp b/test/environment/shell-none.exp
index e30008f83..8f3df794f 100755
--- a/test/environment/shell-none.exp
+++ b/test/environment/shell-none.exp
@@ -19,7 +19,7 @@ expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 "shell=none configured, but no program specified" 20 "shell=none configured, but no program specified"
21} 21}
22sleep 1 22after 100
23 23
24send -- "firejail --shell=none ls\r" 24send -- "firejail --shell=none ls\r"
25expect { 25expect {
@@ -30,7 +30,7 @@ expect {
30 timeout {puts "TESTING ERROR 3\n";exit} 30 timeout {puts "TESTING ERROR 3\n";exit}
31 "environment.sh" 31 "environment.sh"
32} 32}
33sleep 1 33after 100
34 34
35send -- "firejail --profile=shell-none.profile ls\r" 35send -- "firejail --profile=shell-none.profile ls\r"
36expect { 36expect {
@@ -41,7 +41,7 @@ expect {
41 timeout {puts "TESTING ERROR 5\n";exit} 41 timeout {puts "TESTING ERROR 5\n";exit}
42 "environment.sh" 42 "environment.sh"
43} 43}
44sleep 1 44after 100
45 45
46 46
47puts "\nall done\n" 47puts "\nall done\n"