]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak big file size setting
authorKern Sibbald <kern@sibbald.com>
Wed, 1 Aug 2007 06:56:00 +0000 (06:56 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 1 Aug 2007 06:56:00 +0000 (06:56 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5276 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/big-vol-test

index 0c279cafb468b4643b35fb5334690ecf8deebeda..86ba521b96274358751bdaa18d0239046570a991 100755 (executable)
@@ -34,13 +34,13 @@ check_for_zombie_jobs storage=File
 # Now increase the size of the Volume using gigaslam
 #
 cd ${cwd}/tmp
-# make 1 GB file
-${cwd}/build/src/tools/grow TestVolume001 5200000000
+# make big file
+size=5200000000
+${cwd}/build/src/tools/grow TestVolume001 ${size}
 if [ $? != 0 ]; then
    echo "Execute of ${cwd}/build/src/tools/grow failed."
    exit 1
 fi
-size=5200000000
 cd ${cwd}
 
 cat <<END_OF_DATA >tmp/bconcmds