X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Flib-test-root;h=7efeb347795bfcb372e188d698c51c18856f301f;hb=cf9a9b0ca604d6f954f5b003bba822a3589b14c2;hp=2b5aa8159654ed5bf30e69d3c99ab1e51c22d196;hpb=0035cb51a290dea154c7b19324fa8aa8a0044150;p=bacula%2Fbacula diff --git a/regress/tests/lib-test-root b/regress/tests/lib-test-root index 2b5aa81596..7efeb34779 100755 --- a/regress/tests/lib-test-root +++ b/regress/tests/lib-test-root @@ -7,8 +7,8 @@ MUID=`/usr/bin/id -u` if [ $MUID != 0 ] ; then echo " " echo "You must be root to run this test." - echo " ===== lib-test-root failed!!! ===== " - echo " ===== lib-test-root failed!!! ===== " >>test.out + echo " ===== !!!! lib-test-root not run !!!! ===== " + echo " ===== !!!! lib-test-root not run !!!! ===== " >>test.out echo " " exit 1 fi @@ -16,17 +16,13 @@ cwd=`pwd` scripts/copy-test-confs scripts/cleanup echo "/lib" >/tmp/file-list -bin/bacula stop 2>&1 >/dev/null -cd bin -./drop_bacula_tables >/dev/null 2>&1 -./make_bacula_tables >/dev/null 2>&1 -./grant_bacula_privileges 2>&1 >/dev/null -cd .. + echo " " echo " " echo " === Starting /lib save/restore test ===" echo " " echo " " + bin/bacula start 2>&1 >/dev/null bin/bconsole -c bin/bconsole.conf <&1 1>/dev/nul if [ $? != 0 ] ; then echo " " echo " " - echo " ===== lib-test-root failed!!! ===== " - echo " ===== lib-test-root failed!!! ===== " >>test.out + echo " ===== !!!! lib-test-root failed !!!! ===== " + echo " ===== !!!! lib-test-root failed !!!! ===== " >>test.out echo " " else echo " ===== lib-test-root OK ===== "