aboutsummaryrefslogtreecommitdiffstats
path: root/test/option-trace.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 13:57:43 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-16 13:57:43 -0400
commitf475f7f3a907c2966ab95d699382567b30f37266 (patch)
treecbaad33dce6203b979fe059c33fb73bc7e832dcb /test/option-trace.exp
parentdebian 32bit fixes (diff)
downloadfirejail-f475f7f3a907c2966ab95d699382567b30f37266.tar.gz
firejail-f475f7f3a907c2966ab95d699382567b30f37266.tar.zst
firejail-f475f7f3a907c2966ab95d699382567b30f37266.zip
arch testing
Diffstat (limited to 'test/option-trace.exp')
-rwxr-xr-xtest/option-trace.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option-trace.exp b/test/option-trace.exp
index 6efb2c545..b20ef9ef9 100755
--- a/test/option-trace.exp
+++ b/test/option-trace.exp
@@ -20,7 +20,8 @@ expect {
20} 20}
21expect { 21expect {
22 timeout {puts "TESTING ERROR 3\n";exit} 22 timeout {puts "TESTING ERROR 3\n";exit}
23 "1:bash:access /etc/terminfo/x/xterm" 23 "1:bash:access /etc/terminfo/x/xterm" {puts "debian\n"}
24 "1:bash:access /usr/share/terminfo/x/xterm" {puts "arch\n"}
24} 25}
25 26
26sleep 1 27sleep 1