git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7316
91ce42f0-d328-0410-95d8-
f526ca767f89
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