summaryrefslogtreecommitdiffstats
path: root/test/seccomp-su.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/seccomp-su.exp')
-rwxr-xr-xtest/seccomp-su.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/seccomp-su.exp b/test/seccomp-su.exp
index dca6f15ee..dcae6f869 100755
--- a/test/seccomp-su.exp
+++ b/test/seccomp-su.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --seccomp\r" 7send -- "firejail --noprofile --seccomp\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Child process initialized" 10 "Child process initialized"
@@ -31,4 +31,4 @@ expect {
31 31
32send -- "exit\r" 32send -- "exit\r"
33sleep 1 33sleep 1
34puts "\n" 34puts "all done\n"