Skip to content

Commit

Permalink
FreeBSD regression: fix big-vol-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Oct 29, 2018
1 parent edb87ca commit 13498ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regress/tests/big-vol-test
Expand Up @@ -40,11 +40,11 @@ run_bareos
check_for_zombie_jobs storage=File

#
# Now increase the size of the Volume using gigaslam
# Now increase the size of the Volume
#
# make big file
size=5200000000
truncate ${tmp}/TestVolume001 --size=${size}
truncate -s ${size} ${tmp}/TestVolume001
if [ $? != 0 ]; then
echo "Execute of truncate failed."
exit 1
Expand Down

0 comments on commit 13498ff

Please sign in to comment.