summaryrefslogtreecommitdiff
path: root/source4/script/tests/test_posix.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-07-06 05:25:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:09:48 -0500
commit5e3ca4a73376db847cd3ca55807f5b1fcdbc9148 (patch)
tree9bd31aa3ecdae60e205e834b5406520da6d38a0d /source4/script/tests/test_posix.sh
parentf2e8b3202c99065dafca3ba36a43450c509d0bd8 (diff)
downloadsamba-5e3ca4a73376db847cd3ca55807f5b1fcdbc9148.tar.gz
samba-5e3ca4a73376db847cd3ca55807f5b1fcdbc9148.tar.bz2
samba-5e3ca4a73376db847cd3ca55807f5b1fcdbc9148.zip
r16828: Add RPC-LSA as a test that passes, and remove RAW-ACLs until someone
can fix it. Andrew Bartlett (This used to be commit 840b5f0a7f33db17fb324f978b3faff95ba280c1)
Diffstat (limited to 'source4/script/tests/test_posix.sh')
-rwxr-xr-xsource4/script/tests/test_posix.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh
index 7d526e84b2..740f53d4c1 100755
--- a/source4/script/tests/test_posix.sh
+++ b/source4/script/tests/test_posix.sh
@@ -38,7 +38,7 @@ base="$base BASE-XCOPY"
# just add them to the skipped line below
# this should be the complete list smbtorture offers as RAW-* tests
#
-raw="RAW-ACLS RAW-CHKPATH RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS"
+raw="RAW-CHKPATH RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS"
raw="$raw RAW-IOCTL RAW-LOCK RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK"
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"
@@ -50,7 +50,7 @@ tests="$base $raw $smb2"
#
# please add tests you want to be skipped here!
#
-skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE RAW-COMPOSITE RAW-OPLOCK"
+skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE RAW-COMPOSITE RAW-OPLOCK RAW-ACLS"
echo "WARNING: Skipping tests $skipped"