]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/experimental-tape
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / experimental-tape
index 1addaca6856bfd425e77abae564e9c3d78346b07..618d3701fccc3f907ef0ca041c817b052d5b00a9 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # test only the disk based regression scripts
 #
@@ -9,7 +14,8 @@ save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
 rm -rf Testing
-svn update
+rm -f dumps/*
+git pull
 scripts/config_dart
 nice ctest -D Experimental -R "^tape:"
 rtn=$?