From e4f67ae2fba5fbb6027773e42d5b06f3463838c4 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 20 Nov 2015 08:45:26 -0500 Subject: testing --- test/extract_command.exp | 4 ---- test/private.exp | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'test') diff --git a/test/extract_command.exp b/test/extract_command.exp index b4a1eeeb5..cbc36afd4 100755 --- a/test/extract_command.exp +++ b/test/extract_command.exp @@ -9,10 +9,6 @@ expect { timeout {puts "TESTING ERROR 0\n";exit} "Reading profile /etc/firejail/generic.profile" } -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "Starting ls -al" -} expect { timeout {puts "TESTING ERROR 2\n";exit} "Child process initialized" diff --git a/test/private.exp b/test/private.exp index 8a6796802..a5920c37b 100755 --- a/test/private.exp +++ b/test/private.exp @@ -21,7 +21,7 @@ sleep 1 send -- "exit\r" sleep 1 -send -- "firejail --private\r" +send -- "firejail --private --noprofile\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "Child process initialized" -- cgit v1.2.3-54-g00ecf