aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/root/root.sh')
-rwxr-xr-xtest/root/root.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/root/root.sh b/test/root/root.sh
index e3b48d15b..15c4bbd13 100755
--- a/test/root/root.sh
+++ b/test/root/root.sh
@@ -29,7 +29,7 @@ then
29 echo "TESTING: snmpd (test/root/snmpd.exp)" 29 echo "TESTING: snmpd (test/root/snmpd.exp)"
30 ./snmpd.exp 30 ./snmpd.exp
31else 31else
32 echo "TESTING SKIP: snmpd not found" 32 echo "TESTING SKIP: snmpd not found"
33fi 33fi
34 34
35 35
@@ -38,7 +38,7 @@ then
38 echo "TESTING: apache2 (test/root/apache2.exp)" 38 echo "TESTING: apache2 (test/root/apache2.exp)"
39 ./apache2.exp 39 ./apache2.exp
40else 40else
41 echo "TESTING SKIP: apache2 not found" 41 echo "TESTING SKIP: apache2 not found"
42fi 42fi
43 43
44if [ -f /etc/init.d/isc-dhcp-server ] 44if [ -f /etc/init.d/isc-dhcp-server ]
@@ -54,7 +54,7 @@ then
54 echo "TESTING: unbound (test/root/unbound.exp)" 54 echo "TESTING: unbound (test/root/unbound.exp)"
55 ./unbound.exp 55 ./unbound.exp
56else 56else
57 echo "TESTING SKIP: unbound not found" 57 echo "TESTING SKIP: unbound not found"
58fi 58fi
59 59
60if [ -f /etc/init.d/nginx ] 60if [ -f /etc/init.d/nginx ]
@@ -62,7 +62,7 @@ then
62 echo "TESTING: nginx (test/root/nginx.exp)" 62 echo "TESTING: nginx (test/root/nginx.exp)"
63 ./nginx.exp 63 ./nginx.exp
64else 64else
65 echo "TESTING SKIP: nginx not found" 65 echo "TESTING SKIP: nginx not found"
66fi 66fi
67 67
68#******************************** 68#********************************