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 ++-- test/apps-x11-xorg/icedove.exp | 4 ++-- test/apps-x11-xorg/transmission-gtk.exp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test/apps-x11-xorg') 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";} diff --git a/test/apps-x11-xorg/icedove.exp b/test/apps-x11-xorg/icedove.exp index ce1d38222..8f6722cd7 100755 --- a/test/apps-x11-xorg/icedove.exp +++ b/test/apps-x11-xorg/icedove.exp @@ -38,7 +38,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} @@ -57,7 +57,7 @@ expect { "name=blablabla" } sleep 2 -send -- "firemon --caps\r" +send -- "firemon --caps --nowrap\r" expect { timeout {puts "TESTING ERROR 6\n";exit} ":firejail" diff --git a/test/apps-x11-xorg/transmission-gtk.exp b/test/apps-x11-xorg/transmission-gtk.exp index c6d9ba13a..3eb537c1b 100755 --- a/test/apps-x11-xorg/transmission-gtk.exp +++ b/test/apps-x11-xorg/transmission-gtk.exp @@ -38,7 +38,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} @@ -57,7 +57,7 @@ expect { "name=blablabla" } sleep 1 -send -- "firemon --caps\r" +send -- "firemon --caps --nowrap\r" expect { timeout {puts "TESTING ERROR 6\n";exit} ":firejail" -- cgit v1.2.3-54-g00ecf