From: Eric Bollengier Date: Wed, 1 Apr 2009 12:00:10 +0000 (+0000) Subject: ebl add xattrsupport = yes to this test and reproduce #1261 X-Git-Tag: Release-3.0.0~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9412990d3a2d317adc9b59709ab136b866aea780;p=bacula%2Fbacula ebl add xattrsupport = yes to this test and reproduce #1261 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8674 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/backup-acl-test b/regress/tests/backup-acl-test index 125b0732f7..ac86fdf173 100755 --- a/regress/tests/backup-acl-test +++ b/regress/tests/backup-acl-test @@ -20,7 +20,7 @@ scripts/copy-confs # outf="tmp/sed_tmp" echo "s% Schedule =%# Schedule =%g" > $outf -echo "s/Options {/Options { aclsupport=yes/" >> $outf +echo "s/Options {/Options { aclsupport=yes; xattrsupport = yes/" >> $outf cp ${cwd}/bin/bacula-dir.conf $cwd/tmp/1 sed -f ${outf} ${cwd}/tmp/1 >${cwd}/bin/bacula-dir.conf