]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/verify-vol-test
update
[bacula/bacula] / regress / tests / verify-vol-test
index 9977d8ebf82434d8347d9bb0f86e73f391841fce..c51228d8ea8957675324923c0a33a15ea2750462 100755 (executable)
@@ -11,6 +11,12 @@ cwd=`pwd`
 scripts/cleanup
 scripts/copy-test-confs
 echo "${cwd}/build" >${cwd}/tmp/file-list
+rm -f ${cwd}/build/sparsefile
+#
+# 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
@@ -42,6 +48,14 @@ messages
 quit
 END_OF_DATA
 
+#
+#  ***FIXME***
+# Note, add sparse file backup and check that checksum is
+#  correct.  Bug #1140
+#  create sparse file
+#  dd if=/dev/zero of=sparsefile bs=1 count=0 seek=10M
+#
+
 run_bacula
 
 sleep 2