aboutsummaryrefslogtreecommitdiffstats
path: root/test/ignore.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-26 07:18:01 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-26 07:18:01 -0500
commite83af0b1114499ccca03f6680a9e9b2c0e1e9493 (patch)
treebd8662356644d9d7e5ef7e472301e311dc01afa5 /test/ignore.exp
parent--debug enhancements (diff)
downloadfirejail-e83af0b1114499ccca03f6680a9e9b2c0e1e9493.tar.gz
firejail-e83af0b1114499ccca03f6680a9e9b2c0e1e9493.tar.zst
firejail-e83af0b1114499ccca03f6680a9e9b2c0e1e9493.zip
fixes
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"