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

Commit

Permalink
Fix fileregexp-test
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Aug 4, 2015
1 parent d722318 commit 4669564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fileregexp-test
Expand Up @@ -16,7 +16,7 @@ scripts/copy-confs
#
outf="${tmp}/sed_tmp"
echo "s% Schedule =%# Schedule =%g" >${outf}
echo "s%File Retention =%File Retention = 2 #%" >> ${outf}
echo "s%^Client {%Client {\n File Retention = 2 #%" >> ${outf}
cp ${scripts}/bareos-dir.conf ${tmp}/1
sed -f ${outf} ${tmp}/1 >${scripts}/bareos-dir.conf

Expand Down

0 comments on commit 4669564

Please sign in to comment.