From 19020c9b34d98e01b37bb25047951fde6f22c9d6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 11 Nov 2016 14:41:06 -0500 Subject: testing --- test/root/root.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test') 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 #******************************** echo "TESTING: firemon events (test/root/firemon-events.exp)" ./firemon-events.exp + +#******************************** +# firecfg +#******************************** +which firefox +if [ "$?" -eq 0 ]; +then + echo "TESTING: firecfg (test/root/firecfg.exp)" + ./firecfg.exp +else + echo "TESTING SKIP: firecfg, firefox not found" +fi + -- cgit v1.2.3-54-g00ecf