4
rm -f /etc/lxc/test-busybox.conf
8
if [ `id -u` -ne 0 ]; then
13
cat > /etc/lxc/test-busybox.conf << EOF
15
lxc.network.link=lxcbr0
19
[ -f liblxc.so.0 ] || ln -s src/lxc/liblxc.so ./liblxc.so.0
20
export LD_LIBRARY_PATH=.
21
TESTS="containertests locktests startone"
22
for curtest in $TESTS; do
23
echo "running $curtest"
26
echo "Test $curtest failed. Stopping"
31
echo "All tests passed"