From d9c217d42bf4ce9242807e892ddc33dcf752f947 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 4 Mar 2017 13:49:31 -0500 Subject: fix and document firemon --nowrap --- test/apps-x11-xorg/firefox.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/apps-x11-xorg/firefox.exp') diff --git a/test/apps-x11-xorg/firefox.exp b/test/apps-x11-xorg/firefox.exp index 4da9e5a16..4fd17caa6 100755 --- a/test/apps-x11-xorg/firefox.exp +++ b/test/apps-x11-xorg/firefox.exp @@ -41,7 +41,7 @@ expect { sleep 2 spawn $env(SHELL) -send -- "firemon --seccomp\r" +send -- "firemon --seccomp --nowrap\r" expect { timeout {puts "TESTING ERROR 5\n";exit} "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit} @@ -61,7 +61,7 @@ expect { "name=blablabla" } sleep 1 -send -- "firemon --caps\r" +send -- "firemon --caps --nowrap\r" expect { timeout {puts "TESTING ERROR 6\n";exit} " firefox" {puts "firefox detected\n";} -- cgit v1.2.3-54-g00ecf