- the test was still working, but not testing the bugfix for #9116
- I have enclosed the extra code into a "if fi" just before to push
the fix, then the fix was well tested before the push, don't worry
sed 's/Migrate/Copy/g' ${cwd}/tmp/1 > ${cwd}/bin/bacula-dir.conf
change_jobname NightlySave $JobName
-if bin/true ; then
+if /bin/true ; then
# add a dummy client for the copy-job to test for bug #9116
$bperl -e "add_attribute('$conf/bacula-dir.conf', 'Client', 'dummy-fd', 'Job', 'copy-job')"
cat >> $conf/bacula-dir.conf <<EOF