]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add xattrsupport = yes to this test and reproduce #1261
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 1 Apr 2009 12:00:10 +0000 (12:00 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 1 Apr 2009 12:00:10 +0000 (12:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8674 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/backup-acl-test

index 125b0732f7dc0ed2703057dcc9e47639ca84586b..ac86fdf173ef1cff4016d9baed103b7d78f6aee2 100755 (executable)
@@ -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