From: Marco van Wieringen Date: Wed, 4 Jan 2012 09:23:36 +0000 (+0100) Subject: Fix xattr/acl regression. X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=commitdiff_plain;h=a9b1e03e79d73d28fe35ad59c73986c1e4803e28 Fix xattr/acl regression. --- diff --git a/regress/tests/acl-xattr-test b/regress/tests/acl-xattr-test index c218b819bd..0b412c5e3e 100755 --- a/regress/tests/acl-xattr-test +++ b/regress/tests/acl-xattr-test @@ -116,6 +116,7 @@ case `uname -s` in ( cd $cwd/build getfacl -R acl > $cwd/tmp/org getfattr -h -n user.bacula.test $d/other > $cwd/tmp/attr.org + getfattr -h -n user.bacula.secondtest $d/other > $cwd/tmp/attr.org ) ;; Darwin) @@ -132,6 +133,7 @@ case `uname -s` in ( cd $cwd/build ls -lde -R acl > $cwd/tmp/org xattr -p bacula.test $d/other > $cwd/tmp/attr.org + xattr -p bacula.secondtest $d/other > $cwd/tmp/attr.org ) ;; SunOS) @@ -162,6 +164,7 @@ EOF ( cd $cwd/build /bin/ls -ldv -R acl > $cwd/tmp/org /bin/runat $d/other 'cat bacula.test' > $cwd/tmp/attr.org + /bin/runat $d/other 'cat bacula.secondtest' > $cwd/tmp/attr.org ) ;; FreeBSD) @@ -181,6 +184,7 @@ EOF getfacl $file done > $cwd/tmp/org getextattr user bacula.test $d/other > $cwd/tmp/attr.org + getextattr user bacula.secondtest $d/other > $cwd/tmp/attr.org ) ;; NetBSD) @@ -191,6 +195,7 @@ EOF ( cd $cwd/build cp /dev/null $cwd/tmp/org getextattr user bacula.test $d/other > $cwd/tmp/attr.org + getextattr user bacula.secondtest $d/other > $cwd/tmp/attr.org ) ;; esac