From: Kern Sibbald Date: Sun, 1 Jun 2003 15:32:18 +0000 (+0000) Subject: minor fixes X-Git-Tag: Release-1.31~97 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e38240802a00240efa30639f4e93796267806a60;p=bacula%2Fbacula minor fixes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@559 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/six-vol-test b/regress/tests/six-vol-test index ffa1f770af..d1a012e26d 100755 --- a/regress/tests/six-vol-test +++ b/regress/tests/six-vol-test @@ -3,6 +3,11 @@ # Create a 60MB file with random bytes. Back it up to 6 Volumes # each constrained to 10MB using the automatic labeling feature. # + +if test ! -e /dev/urandom ; then + echo "No random device. Test skipped.\n" + exit 0 +fi cwd=`pwd` scripts/copy-testa-confs scripts/cleanup @@ -17,8 +22,8 @@ bin/make_sqlite_tables echo " " echo " " -echo " === Starting two-vol-test ===" -echo " === Starting two-vol-test ===" >>working/log +echo " === Starting six-vol-test ===" +echo " === Starting six-vol-test ===" >>working/log echo " " bin/bacula start