aboutsummaryrefslogtreecommitdiffstats
path: root/test/option-trace.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/option-trace.exp
parentfix 32bit compilation (diff)
downloadfirejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.tar.gz
firejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.tar.zst
firejail-1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488.zip
debian 32bit fixes
Diffstat (limited to 'test/option-trace.exp')
-rwxr-xr-xtest/option-trace.exp5
1 files changed, 3 insertions, 2 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"