Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Fix regression test.
Browse files Browse the repository at this point in the history
Now that we don't have the portnumber in the config we need
something else to let the sed replace work.
  • Loading branch information
Marco van Wieringen committed Feb 5, 2013
1 parent 3c5b9b4 commit e29ac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stats-test
Expand Up @@ -15,7 +15,7 @@ scripts/copy-confs
#
outf="tmp/sed_tmp"
echo "s% Schedule =%# Schedule =%g" > $outf
echo "s% DIRport%Statistics Retention = 1 sec; DIRport%g" >> $outf
echo "s% QueryFile%Statistics Retention = 1 sec; QueryFile%g" >> $outf
cp ${cwd}/bin/bareos-dir.conf ${cwd}/tmp/1
sed -f ${outf} ${cwd}/tmp/1 >${cwd}/bin/bareos-dir.conf

Expand Down

0 comments on commit e29ac2d

Please sign in to comment.