aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-root.sh')
-rwxr-xr-xtest/test-root.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/test-root.sh b/test/test-root.sh
index 66096f33a..ee3b7aeb2 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -5,6 +5,9 @@
5echo "TESTING: tmpfs" 5echo "TESTING: tmpfs"
6./option_tmpfs.exp 6./option_tmpfs.exp
7 7
8echo "TESTING: profile tmpfs"
9./profile_tmpfs.exp
10
8echo "TESTING: network interfaces" 11echo "TESTING: network interfaces"
9./net_interface.exp 12./net_interface.exp
10 13
@@ -19,7 +22,7 @@ fi
19 22
20if [ -f /etc/init.d/apache2 ] 23if [ -f /etc/init.d/apache2 ]
21then 24then
22 echo "TESTING: servers apache2, private-dev" 25 echo "TESTING: servers apache2, private-dev, private-tmp"
23 ./servers3.exp 26 ./servers3.exp
24fi 27fi
25 28
@@ -31,13 +34,13 @@ fi
31 34
32if [ -f /etc/init.d/unbound ] 35if [ -f /etc/init.d/unbound ]
33then 36then
34 echo "TESTING: servers unbound, private-dev" 37 echo "TESTING: servers unbound, private-dev, private-tmp"
35 ./servers5.exp 38 ./servers5.exp
36fi 39fi
37 40
38if [ -f /etc/init.d/nginx ] 41if [ -f /etc/init.d/nginx ]
39then 42then
40 echo "TESTING: servers nginx, private-dev" 43 echo "TESTING: servers nginx, private-dev, private-tmp"
41 ./servers6.exp 44 ./servers6.exp
42fi 45fi
43 46