From ff6dbb0d94da81d41132b50419ecd554d498b175 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 5 Jul 2008 12:40:29 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7315 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/six-vol-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/tests/six-vol-test b/regress/tests/six-vol-test index 233041aa66..bebf0dd61b 100755 --- a/regress/tests/six-vol-test +++ b/regress/tests/six-vol-test @@ -20,7 +20,7 @@ scripts/copy-testa-confs echo "${cwd}/tmp/largefile" >${cwd}/tmp/file-list # Create 56MB file with random data echo "Creating a 56MB file with random data ..." -dd if=/dev/urandom of=${cwd}/tmp/largefile bs=1024 count=55000 +dd if=/dev/urandom of=${cwd}/tmp/largefile bs=1024 count=55000 >/dev/null 2>&1 echo "largefile created" change_jobname MultiVol $JobName -- 2.39.5