aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11-xorg/firefox.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11-xorg/firefox.exp')
-rwxr-xr-xtest/apps-x11-xorg/firefox.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/apps-x11-xorg/firefox.exp b/test/apps-x11-xorg/firefox.exp
index 5231bf8ed..66b82fe92 100755
--- a/test/apps-x11-xorg/firefox.exp
+++ b/test/apps-x11-xorg/firefox.exp
@@ -44,6 +44,7 @@ spawn $env(SHELL)
44send -- "firemon --seccomp\r" 44send -- "firemon --seccomp\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 " firefox" {puts "firefox detected\n";} 48 " firefox" {puts "firefox detected\n";}
48 " iceweasel" {puts "iceweasel detected\n";} 49 " iceweasel" {puts "iceweasel detected\n";}
49} 50}