]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix xattr/acl regression.
authorMarco van Wieringen <mvw@planets.elm.net>
Wed, 4 Jan 2012 09:23:36 +0000 (10:23 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Wed, 4 Jan 2012 09:25:03 +0000 (10:25 +0100)
regress/tests/acl-xattr-test

index c218b819bd468ffb6ae3d85b6b09ec827293e65c..0b412c5e3e5d42f229f0a052bce379018e18ef49 100755 (executable)
@@ -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