From 4a8a6eff0ee1633b28f0302e5bd356790110b28b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 13 Nov 2015 07:50:40 -0500 Subject: support for kde and server programs --- test/option-trace.exp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/option-trace.exp') diff --git a/test/option-trace.exp b/test/option-trace.exp index b20ef9ef9..6fd113e2b 100755 --- a/test/option-trace.exp +++ b/test/option-trace.exp @@ -11,17 +11,17 @@ expect { } expect { timeout {puts "TESTING ERROR 1\n";exit} - "1:bash:open /dev/tty" {puts "64bit\n"} - "1:bash:open64 /dev/tty" {puts "32bit\n"} + "bash:open /dev/tty" {puts "64bit\n"} + "bash:open64 /dev/tty" {puts "32bit\n"} } expect { timeout {puts "TESTING ERROR 2\n";exit} - "1:bash:fopen /etc/passwd" + "bash:fopen /etc/passwd" } expect { timeout {puts "TESTING ERROR 3\n";exit} - "1:bash:access /etc/terminfo/x/xterm" {puts "debian\n"} - "1:bash:access /usr/share/terminfo/x/xterm" {puts "arch\n"} + "bash:access /etc/terminfo/x/xterm" {puts "debian\n"} + "bash:access /usr/share/terminfo/x/xterm" {puts "arch\n"} } sleep 1 -- cgit v1.2.3-54-g00ecf