s3-test: always run RAW-SAMBA3-PROFILEACLS to avoid further regressions of bug #xxxx.
authorGünther Deschner <gd@samba.org>
Mon, 27 Apr 2009 23:11:44 +0000 (01:11 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 24 Nov 2009 15:52:51 +0000 (16:52 +0100)
Guenther

selftest/target/Samba3.pm
source3/script/tests/selftest.sh
source3/script/tests/test_posix_s3.sh

index e1e521069610c7b82a8e091496e9ab1fd466d3d6..ec2eb144f7b1cf698679f9cae9a391470a17e506 100644 (file)
@@ -510,6 +510,9 @@ sub provision($$$$$$)
 [hideunwrite]
        copy = tmp
        hide unwriteable files = yes
+[profiles]
+       copy = tmp
+       profile acls = yes
 [print1]
        copy = tmp
        printable = yes
index 80e50429ad32b45d274897268aac01ca579a520f..51460e87e74366b0bc2ca5533177dc00b55dd1ad 100755 (executable)
@@ -269,6 +269,9 @@ cat >$SERVERCONFFILE<<EOF
 [hideunwrite]
        copy = tmp
        hide unwriteable files = yes
+[profiles]
+       copy = tmp
+       profile acls = yes
 [print1]
        copy = tmp
        printable = yes
index 11fe2477610ffb41c98ad62e8f55a024b3536a2f..aaf7af13f1db0a1c23020be783a8500f42bf8473 100755 (executable)
@@ -35,7 +35,7 @@ raw="$raw RAW-QFILEINFO RAW-QFSINFO RAW-READ RAW-RENAME RAW-SEARCH RAW-SEEK"
 raw="$raw RAW-SFILEINFO RAW-SFILEINFO-BUG RAW-STREAMS RAW-UNLINK RAW-WRITE"
 raw="$raw RAW-SAMBA3HIDE RAW-SAMBA3BADPATH RAW-SFILEINFO-RENAME"
 raw="$raw RAW-SAMBA3CASEINSENSITIVE RAW-SAMBA3POSIXTIMEDLOCK"
-raw="$raw RAW-SAMBA3ROOTDIRFID"
+raw="$raw RAW-SAMBA3ROOTDIRFID RAW-SAMBA3-PROFILEACLS"
 
 rpc="RPC-AUTHCONTEXT RPC-BINDSAMBA3 RPC-SAMBA3-SRVSVC RPC-SAMBA3-SHARESEC"
 rpc="$rpc RPC-SAMBA3-SPOOLSS RPC-SAMBA3-WKSSVC"