aboutsummaryrefslogtreecommitdiffstats
path: root/test/root
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 14:41:06 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 14:41:06 -0500
commit19020c9b34d98e01b37bb25047951fde6f22c9d6 (patch)
tree8d591cbcf8cacc7e7c75330d748e73edb00e1253 /test/root
parentappimage testing (diff)
downloadfirejail-19020c9b34d98e01b37bb25047951fde6f22c9d6.tar.gz
firejail-19020c9b34d98e01b37bb25047951fde6f22c9d6.tar.zst
firejail-19020c9b34d98e01b37bb25047951fde6f22c9d6.zip
testing
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