]> 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)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:21 +0000 (14:50 +0200)
regress/tests/acl-xattr-test

index a20184d75299635d429f9fe97a9df20eca0fef4a..f41ca94472404dfa61277f500fb2e7cacc5ebdfb 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)
@@ -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