aboutsummaryrefslogtreecommitdiffstats
path: root/test/option-trace.exp
diff options
context:
space:
mode:
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"