aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-root.sh')
-rwxr-xr-xtest/test-root.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test-root.sh b/test/test-root.sh
index 7e1a0b968..aca48d334 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -9,7 +9,7 @@ echo "TESTING: profile tmpfs (profile_tmpfs)"
9./profile_tmpfs.exp 9./profile_tmpfs.exp
10 10
11echo "TESTING: network interfaces (net_interface.exp)" 11echo "TESTING: network interfaces (net_interface.exp)"
12./net_interface.exp 12./network/net_interface.exp
13 13
14echo "TESTING: chroot (fs_chroot_asroot.exp)" 14echo "TESTING: chroot (fs_chroot_asroot.exp)"
15./fs_chroot_asroot.exp 15./fs_chroot_asroot.exp
@@ -48,13 +48,13 @@ echo "TESTING: /proc/sysrq-trigger reset disabled (sysrq-trigger.exp)"
48./sysrq-trigger.exp 48./sysrq-trigger.exp
49 49
50echo "TESTING: seccomp umount (seccomp-umount.exp)" 50echo "TESTING: seccomp umount (seccomp-umount.exp)"
51./seccomp-umount.exp 51./filters/seccomp-umount.exp
52 52
53echo "TESTING: seccomp chmod (seccomp-chmod.exp)" 53echo "TESTING: seccomp chmod (seccomp-chmod.exp)"
54./seccomp-chmod.exp 54./filters/seccomp-chmod.exp
55 55
56echo "TESTING: seccomp chown (seccomp-chown.exp)" 56echo "TESTING: seccomp chown (seccomp-chown.exp)"
57./seccomp-chown.exp 57./filters/seccomp-chown.exp
58 58
59echo "TESTING: bind directory (option_bind_directory.exp)" 59echo "TESTING: bind directory (option_bind_directory.exp)"
60./option_bind_directory.exp 60./option_bind_directory.exp