]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/test-plugin-test
Backport from Bacula Enterprise
[bacula/bacula] / regress / tests / test-plugin-test
index 60cdf9d3015ba4044f50a31cca21600f6078b6e4..7c21a7f94e32d60c86e90aa0aa0f978ee779aec7 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # Run test-plugin-fd.  Note, this plugin is for testing
 #   new features and probably should not be run in normal
@@ -8,22 +13,22 @@ TestName="test-plugin-test"
 JobName=TestPluginTest
 . scripts/functions
 
-# Build and install the test plugin
-cd ${cwd}/build/src/plugins/fd
-make
-make install-test-plugin
-cd ${cwd}
-
 scripts/cleanup
 scripts/copy-plugin-confs
 file=encrypt-bug.jpg
 rm -rf ${cwd}/tmp/*
 echo "${cwd}/build/src" >${cwd}/tmp/file-list
 
+# Build and install the test plugin
+cd ${cwd}/build/src/plugins/fd
+make
+make install-test-plugin
+cd ${cwd}
+
 start_test
 
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@$out /dev/null
+@output /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
 label storage=File1 volume=TestVolume001