aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11-xorg/firefox.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-04 13:49:31 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-04 13:49:31 -0500
commitd9c217d42bf4ce9242807e892ddc33dcf752f947 (patch)
treece030e00be7a015c060c515ad6696ab6c91d5838 /test/apps-x11-xorg/firefox.exp
parent--output enhancement (diff)
downloadfirejail-d9c217d42bf4ce9242807e892ddc33dcf752f947.tar.gz
firejail-d9c217d42bf4ce9242807e892ddc33dcf752f947.tar.zst
firejail-d9c217d42bf4ce9242807e892ddc33dcf752f947.zip
fix and document firemon --nowrap
Diffstat (limited to 'test/apps-x11-xorg/firefox.exp')
-rwxr-xr-xtest/apps-x11-xorg/firefox.exp4
1 files changed, 2 insertions, 2 deletions
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 {
41sleep 2 41sleep 2
42 42
43spawn $env(SHELL) 43spawn $env(SHELL)
44send -- "firemon --seccomp\r" 44send -- "firemon --seccomp --nowrap\r"
45expect { 45expect {
46 timeout {puts "TESTING ERROR 5\n";exit} 46 timeout {puts "TESTING ERROR 5\n";exit}
47 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit} 47 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
@@ -61,7 +61,7 @@ expect {
61 "name=blablabla" 61 "name=blablabla"
62} 62}
63sleep 1 63sleep 1
64send -- "firemon --caps\r" 64send -- "firemon --caps --nowrap\r"
65expect { 65expect {
66 timeout {puts "TESTING ERROR 6\n";exit} 66 timeout {puts "TESTING ERROR 6\n";exit}
67 " firefox" {puts "firefox detected\n";} 67 " firefox" {puts "firefox detected\n";}