From 1eaa68fb0c03113ba01d8696f7c8c6ddbffa8488 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 16 Oct 2015 13:30:50 -0400 Subject: debian 32bit fixes --- test/option-trace.exp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/option-trace.exp') 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 { } expect { timeout {puts "TESTING ERROR 1\n";exit} - "1:bash:open /dev/tty" + "1:bash:open /dev/tty" {puts "64bit\n"} + "1:bash:open64 /dev/tty" {puts "32bit\n"} } expect { timeout {puts "TESTING ERROR 2\n";exit} @@ -24,4 +25,4 @@ expect { sleep 1 -puts "all done\n" +puts "\nall done\n" -- cgit v1.2.3-54-g00ecf