]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/verify-vol-test
regress: make truncate-test check for wrongly truncating an already truncated volume
[bacula/bacula] / regress / tests / verify-vol-test
index d56c2428043d3c8c6ef9242e79f8a215aa1656a7..3509ea6232b40026778b8b83908c32632db837af 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # Run a simple backup of the Bacula build directory
 #   then verify the catalog.           
@@ -12,13 +17,17 @@ scripts/cleanup
 scripts/copy-test-confs
 echo "${cwd}/build" >${cwd}/tmp/file-list
 rm -f ${cwd}/build/sparsefile
-dd if=${cwd}/build/configure of=${cwd}/build/sparsefile bs=1 count=1 seek=10M
+#
+# Add this back when verify can handle sparse files
+#  the same way that backup does
+#
+#dd if=${cwd}/build/configure of=${cwd}/build/sparsefile bs=1 count=1 seek=10M
 
 change_jobname NightlySave $JobName
 start_test
 
 cat <<END_OF_DATA >tmp/bconcmds
-@$out /dev/null
+@output /dev/null
 messages
 @$out tmp/log1.out
 setdebug level=1 storage=File sd
@@ -40,7 +49,6 @@ run job=VerifyVolume level=DiskToCatalog
 yes
 wait
 messages
-@$out
 quit
 END_OF_DATA