]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/incremental-tape
tweak tests
[bacula/bacula] / regress / tests / incremental-tape
index f1616283125165fa8c506dffa54cb6c17da0f077..38e8347b681fdff93f302c9859368cae22a5936e 100755 (executable)
@@ -3,11 +3,14 @@
 # Run a simple backup of the Bacula build directory then create some           
 #   new files, do an Incremental and restore those two files.
 #
-TestName="incremental-1t1d-tape"
+TestName="incremental-tape"
 JobName=IncTape
 . scripts/functions
 
-copy_tape_confs
+require_tape_drive
+
+scripts/copy-tape-confs
+scripts/cleanup-tape
 
 echo "${cwd}/tmp/build" >${cwd}/tmp/file-list
 if test ! -d ${cwd}/tmp/build ; then