aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-root.sh')
-rwxr-xr-xtest/test-root.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-root.sh b/test/test-root.sh
index ee3b7aeb2..c5441037b 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -72,3 +72,10 @@ then
72 echo "TESTING: firemon --cgroup" 72 echo "TESTING: firemon --cgroup"
73 ./firemon-cgroup.exp 73 ./firemon-cgroup.exp
74fi 74fi
75
76echo "TESTING: chroot resolv.conf"
77rm -f tmpfile
78touch tmpfile
79ln -s tmp /tmp/chroot/etc/resolv.conf
80./chroot-resolvconf.exp
81rm -f tmpfile \ No newline at end of file