aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/firefox.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/firefox.exp')
-rwxr-xr-xtest/apps/firefox.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/apps/firefox.exp b/test/apps/firefox.exp
index 64a733f98..5745d9270 100755
--- a/test/apps/firefox.exp
+++ b/test/apps/firefox.exp
@@ -55,6 +55,7 @@ spawn $env(SHELL)
55send -- "firemon --seccomp\r" 55send -- "firemon --seccomp\r"
56expect { 56expect {
57 timeout {puts "TESTING ERROR 5\n";exit} 57 timeout {puts "TESTING ERROR 5\n";exit}
58 "need to be root" {puts "/proc mounted as hidepid, exiting...\n"; exit}
58 " firefox" {puts "firefox detected\n";} 59 " firefox" {puts "firefox detected\n";}
59 " iceweasel" {puts "iceweasel detected\n";} 60 " iceweasel" {puts "iceweasel detected\n";}
60} 61}