]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/compressed-test
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / tests / compressed-test
index 47fc8e4362e392ccc39957cab40a26915de8a190..3f9eeb6dd8f5d66641ec9c140dcd3c0d26f5b385 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 using the compressed option
 #   then restore it.
@@ -15,7 +20,7 @@ change_jobname CompressedTest $JobName
 start_test
       
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@output
+@output /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
 status all
@@ -36,7 +41,6 @@ done
 yes
 wait
 messages
-@output
 quit
 END_OF_DATA