aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/shutdown.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/utils/shutdown.exp b/test/utils/shutdown.exp
index eb87c5d4f..fba76fa7a 100755
--- a/test/utils/shutdown.exp
+++ b/test/utils/shutdown.exp
@@ -16,6 +16,8 @@ expect {
16sleep 2 16sleep 2
17 17
18spawn $env(SHELL) 18spawn $env(SHELL)
19send -- "stty -echo\r"
20after 100
19send -- "firejail --shutdown=shutdowntesting; echo done\r" 21send -- "firejail --shutdown=shutdowntesting; echo done\r"
20expect { 22expect {
21 timeout {puts "TESTING ERROR 4\n";exit} 23 timeout {puts "TESTING ERROR 4\n";exit}