From 998494c5d88f5c99d6826859924506541abbd972 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 4 Jan 2012 10:23:36 +0100 Subject: [PATCH] Fix xattr/acl regression. --- regress/tests/acl-xattr-test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regress/tests/acl-xattr-test b/regress/tests/acl-xattr-test index a20184d752..f41ca94472 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) @@ -133,6 +134,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) @@ -163,6 +165,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) @@ -182,6 +185,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) @@ -192,6 +196,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 -- 2.39.2