aboutsummaryrefslogtreecommitdiffstats
path: root/test/root
diff options
context:
space:
mode:
Diffstat (limited to 'test/root')
-rwxr-xr-xtest/root/root.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/root/root.sh b/test/root/root.sh
index 5576faad6..8c7437e49 100755
--- a/test/root/root.sh
+++ b/test/root/root.sh
@@ -78,3 +78,16 @@ rm -f tmpfile
78#******************************** 78#********************************
79echo "TESTING: firemon events (test/root/firemon-events.exp)" 79echo "TESTING: firemon events (test/root/firemon-events.exp)"
80./firemon-events.exp 80./firemon-events.exp
81
82#********************************
83# firecfg
84#********************************
85which firefox
86if [ "$?" -eq 0 ];
87then
88 echo "TESTING: firecfg (test/root/firecfg.exp)"
89 ./firecfg.exp
90else
91 echo "TESTING SKIP: firecfg, firefox not found"
92fi
93