aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-root.sh')
-rwxr-xr-xtest/test-root.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-root.sh b/test/test-root.sh
index fcfe32a58..94ac3447d 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -5,6 +5,9 @@
5echo "TESTING: network interfaces" 5echo "TESTING: network interfaces"
6./net_interface.exp 6./net_interface.exp
7 7
8echo "TESTING: chroot"
9./fs_chroot_asroot.exp
10
8echo "TESTING: servers rsyslogd, sshd, nginx" 11echo "TESTING: servers rsyslogd, sshd, nginx"
9./servers.exp 12./servers.exp
10 13
@@ -46,9 +49,6 @@ echo hello > tmpfile
46./option_bind_file.exp 49./option_bind_file.exp
47rm -f tmpfile 50rm -f tmpfile
48 51
49echo "TESTING: chroot"
50./fs_chroot.exp
51
52echo "TESTING: firemon --interface" 52echo "TESTING: firemon --interface"
53./firemon-interface.exp 53./firemon-interface.exp
54 54