aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment/shell-none.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 09:05:53 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-22 09:05:53 -0400
commitbfd93f604a09ae55c7cf9f37e1eea7abf224015a (patch)
tree39f63b7ce4719625844d884c23ca07f4b410bbf7 /test/environment/shell-none.exp
parent--allow-debuggers (diff)
downloadfirejail-bfd93f604a09ae55c7cf9f37e1eea7abf224015a.tar.gz
firejail-bfd93f604a09ae55c7cf9f37e1eea7abf224015a.tar.zst
firejail-bfd93f604a09ae55c7cf9f37e1eea7abf224015a.zip
testing
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"