aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
parentfix 32bit compilation (diff)
downloadfirejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.tar.gz
firejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.tar.zst
firejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.zip
debian 32bit fixes
Diffstat (limited to 'test')
-rwxr-xr-xtest/option-trace.exp5
-rwxr-xr-xtest/seccomp-errno.exp2
2 files changed, 4 insertions, 3 deletions
diff --git a/test/option-trace.exp b/test/option-trace.exp
index 1d97df9b3..6efb2c545 100755
--- a/test/option-trace.exp
+++ b/test/option-trace.exp
@@ -11,7 +11,8 @@ expect {
11} 11}
12expect { 12expect {
13 timeout {puts "TESTING ERROR 1\n";exit} 13 timeout {puts "TESTING ERROR 1\n";exit}
14 "1:bash:open /dev/tty" 14 "1:bash:open /dev/tty" {puts "64bit\n"}
15 "1:bash:open64 /dev/tty" {puts "32bit\n"}
15} 16}
16expect { 17expect {
17 timeout {puts "TESTING ERROR 2\n";exit} 18 timeout {puts "TESTING ERROR 2\n";exit}
@@ -24,4 +25,4 @@ expect {
24 25
25sleep 1 26sleep 1
26 27
27puts "all done\n" 28puts "\nall done\n"
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