From 1365b0d41b013a8fd209acfd2f7adefb9b6adbdc Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 6 Dec 2015 19:37:08 -0500 Subject: tracelog fixes --- test/evince.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/evince.exp') diff --git a/test/evince.exp b/test/evince.exp index 6c94dff9a..0c57f3871 100755 --- a/test/evince.exp +++ b/test/evince.exp @@ -4,7 +4,7 @@ set timeout 10 spawn $env(SHELL) match_max 100000 -send -- "firejail --tracelog evince\r" +send -- "firejail evince\r" expect { timeout {puts "TESTING ERROR 0\n";exit} "Reading profile /etc/firejail/evince.profile" @@ -38,7 +38,7 @@ spawn $env(SHELL) send -- "firemon --seccomp\r" expect { timeout {puts "TESTING ERROR 5\n";exit} - ":firejail --tracelog evince" + ":firejail evince" } expect { timeout {puts "TESTING ERROR 5.1 (seccomp)\n";exit} @@ -52,7 +52,7 @@ sleep 1 send -- "firemon --caps\r" expect { timeout {puts "TESTING ERROR 6\n";exit} - ":firejail --tracelog evince" + ":firejail evince" } expect { timeout {puts "TESTING ERROR 6.1\n";exit} -- cgit v1.2.3-54-g00ecf