summaryrefslogtreecommitdiffstats
path: root/test/ignore.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ignore.exp')
-rwxr-xr-xtest/ignore.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ignore.exp b/test/ignore.exp
index 8f8076fb3..c5ea25684 100755
--- a/test/ignore.exp
+++ b/test/ignore.exp
@@ -7,7 +7,7 @@ match_max 100000
7send -- "firejail --profile=ignore.profile --ignore=seccomp \r" 7send -- "firejail --profile=ignore.profile --ignore=seccomp \r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Error: please use --profile after --include" 10 "Error: please use --profile after --ignore"
11} 11}
12 12
13send -- "firejail --debug --ignore=seccomp\r" 13send -- "firejail --debug --ignore=seccomp\r"