From 5e3ca4a73376db847cd3ca55807f5b1fcdbc9148 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 6 Jul 2006 05:25:36 +0000 Subject: 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) --- source4/script/tests/test_quick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script/tests/test_quick.sh') 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 -- cgit