diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-07-06 05:25:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:48 -0500 |
commit | 5e3ca4a73376db847cd3ca55807f5b1fcdbc9148 (patch) | |
tree | 9bd31aa3ecdae60e205e834b5406520da6d38a0d /source4/script/tests/test_quick.sh | |
parent | f2e8b3202c99065dafca3ba36a43450c509d0bd8 (diff) | |
download | samba-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_quick.sh')
-rwxr-xr-x | source4/script/tests/test_quick.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_quick.sh b/source4/script/tests/test_quick.sh index 978c5ba5c5..063aa95552 100755 --- a/source4/script/tests/test_quick.sh +++ b/source4/script/tests/test_quick.sh @@ -23,7 +23,7 @@ tests="$tests BASE-DIR2 BASE-TCON BASE-OPEN" tests="$tests BASE-CHKPATH RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO" tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-OPEN RAW-WRITE" tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-RENAME" -tests="$tests RAW-EAS RAW-STREAMS RAW-ACLS" +tests="$tests RAW-EAS RAW-STREAMS" failed=0 for t in $tests; do |