From e38240802a00240efa30639f4e93796267806a60 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 1 Jun 2003 15:32:18 +0000 Subject: [PATCH] minor fixes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@559 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/six-vol-test | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.5