From b6c003afba364756f4e70d7cea4e5ac91177f578 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 28 Apr 2016 22:22:36 +0200 Subject: Fixes for ls.exp and trace.exp --- test/utils/trace.exp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/utils/trace.exp') diff --git a/test/utils/trace.exp b/test/utils/trace.exp index c08925101..41058fd74 100755 --- a/test/utils/trace.exp +++ b/test/utils/trace.exp @@ -95,18 +95,18 @@ sleep 1 send -- "firejail --trace\r" expect { - timeout {puts "TESTING ERROR 0\n";exit} + timeout {puts "TESTING ERROR 11\n";exit} "Child process initialized" } expect { - timeout {puts "TESTING ERROR 1\n";exit} + timeout {puts "TESTING ERROR 12\n";exit} "bash:open /dev/tty" {puts "64bit\n"} "bash:open64 /dev/tty" {puts "32bit\n"} } expect { - timeout {puts "TESTING ERROR 3\n";exit} - "bash:access /etc/terminfo/x/xterm" {puts "debian\n"} - "bash:access /usr/share/terminfo/x/xterm" {puts "arch\n"} + timeout {puts "TESTING ERROR 13\n";exit} + "bash:access /etc/terminfo/" {puts "debian\n"} + "bash:access /usr/share/terminfo/" {puts "arch\n"} } puts "\nall done\n" -- cgit v1.2.3-70-g09d2