aboutsummaryrefslogtreecommitdiffstats
path: root/test/seccomp-errno.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 13:30:50 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 13:30:50 -0400
commit1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488 (patch)
treeb7fa247213e094e1be224597e8f53edaac685ccd /test/seccomp-errno.exp
parentfix 32bit compilation (diff)
downloadfirejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.tar.gz
firejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.tar.zst
firejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.zip
debian 32bit fixes
Diffstat (limited to 'test/seccomp-errno.exp')
-rwxr-xr-xtest/seccomp-errno.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/seccomp-errno.exp b/test/seccomp-errno.exp
index 138f039b0..e6678ab8f 100755
--- a/test/seccomp-errno.exp
+++ b/test/seccomp-errno.exp
@@ -17,7 +17,7 @@ sleep 1
17send -- "firejail --seccomp.enoent=unlinkat --debug rm seccomp-test-file\r" 17send -- "firejail --seccomp.enoent=unlinkat --debug rm seccomp-test-file\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 "ERRNO 263 unlinkat 2 ENOENT" 20 "unlinkat 2 ENOENT"
21} 21}
22sleep 1 22sleep 1
23 23