From 9412990d3a2d317adc9b59709ab136b866aea780 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 1 Apr 2009 12:00:10 +0000 Subject: [PATCH] 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 --- regress/tests/backup-acl-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5