aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
authorLibravatar root <root@debian>2015-11-15 12:35:37 -0500
committerLibravatar root <root@debian>2015-11-15 12:35:37 -0500
commit2928d900ab261d247163e28c7773e59cba7d3a6f (patch)
tree0eb04af0cbb6c0b0954b5138c192e0068792952d /test/test-root.sh
parentwhitelist enhancements (diff)
downloadfirejail-2928d900ab261d247163e28c7773e59cba7d3a6f.tar.gz
firejail-2928d900ab261d247163e28c7773e59cba7d3a6f.tar.zst
firejail-2928d900ab261d247163e28c7773e59cba7d3a6f.zip
server testing
Diffstat (limited to 'test/test-root.sh')
-rwxr-xr-xtest/test-root.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-root.sh b/test/test-root.sh
index 94ac3447d..69a594e85 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -29,6 +29,12 @@ then
29 ./servers4.exp 29 ./servers4.exp
30fi 30fi
31 31
32if [ -f /etc/init.d/unbound ]
33then
34 echo "TESTING: servers unbound, private-dev"
35 ./servers5.exp
36fi
37
32echo "TESTING: /proc/sysrq-trigger reset disabled" 38echo "TESTING: /proc/sysrq-trigger reset disabled"
33./sysrq-trigger.exp 39./sysrq-trigger.exp
34 40