aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-06-08 15:19:46 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2022-06-08 15:19:46 +0200
commit04ff0edf74395ddcbbcec955279c74ed9a6c0f86 (patch)
tree7766131887088dbd65b1e921ba3313581dc85f95 /test
parentfixing CVE-2022-31214 (diff)
downloadfirejail-04ff0edf74395ddcbbcec955279c74ed9a6c0f86.tar.gz
firejail-04ff0edf74395ddcbbcec955279c74ed9a6c0f86.tar.zst
firejail-04ff0edf74395ddcbbcec955279c74ed9a6c0f86.zip
shutdown testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/utils/shutdown.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shutdown.exp b/test/utils/shutdown.exp
index 3950e901c..8bd7a6616 100755
--- a/test/utils/shutdown.exp
+++ b/test/utils/shutdown.exp
@@ -44,7 +44,7 @@ after 100
44send -- "firejail --shutdown=1\r" 44send -- "firejail --shutdown=1\r"
45expect { 45expect {
46 timeout {puts "TESTING ERROR 5\n";exit} 46 timeout {puts "TESTING ERROR 5\n";exit}
47 "this is not a firejail sandbox" 47 "Error: no valid sandbox"
48} 48}
49after 100 49after 100
50 50