]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/all-root-tests
Cleanup code path for acl and count number of acl entries so we only save real acls.
[bacula/bacula] / regress / all-root-tests
index ce7f7ae5332150ab599e9b3812877fe747a7c838..284f4e47038333cc008af6aebc6d4051d2518818 100755 (executable)
@@ -2,9 +2,14 @@
 #
 # Run all root tests
 #
-rm -f test.out
+echo " "
+echo " " >>test.out
+echo "Start root tests"
+echo "Start root tests" >>test.out
+rm -f dumps/*
 tests/dev-test-root
 tests/etc-test-root
 tests/lib-test-root
-cat test.out
-scripts/cleanup
+tests/usr-tape-root
+echo "End root tests"
+echo "End root tests" >>test.out