aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/root.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-03-31 07:49:55 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-03-31 07:49:55 -0400
commit64699c828f52ab06055d50e1f4e781572a53c35f (patch)
tree7994edb936d282637b2d85f92155327f76eaded0 /test/root/root.sh
parentMerge pull request #1848 from jelford/cloud-providers (diff)
downloadfirejail-64699c828f52ab06055d50e1f4e781572a53c35f.tar.gz
firejail-64699c828f52ab06055d50e1f4e781572a53c35f.tar.zst
firejail-64699c828f52ab06055d50e1f4e781572a53c35f.zip
testing
Diffstat (limited to 'test/root/root.sh')
-rwxr-xr-xtest/root/root.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/root/root.sh b/test/root/root.sh
index 912ae23f0..22b12cf86 100755
--- a/test/root/root.sh
+++ b/test/root/root.sh
@@ -110,13 +110,13 @@ echo "TESTING: firemon events (test/root/firemon-events.exp)"
110#******************************** 110#********************************
111# firecfg 111# firecfg
112#******************************** 112#********************************
113which firefox 113which less
114if [ "$?" -eq 0 ]; 114if [ "$?" -eq 0 ];
115then 115then
116 echo "TESTING: firecfg (test/root/firecfg.exp)" 116 echo "TESTING: firecfg (test/root/firecfg.exp)"
117 ./firecfg.exp 117 ./firecfg.exp
118else 118else
119 echo "TESTING SKIP: firecfg, firefox not found" 119 echo "TESTING SKIP: firecfg, less not found"
120fi 120fi
121 121
122# restore the default config file 122# restore the default config file