svn commit: samba r3224 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Mon Oct 25 23:27:12 GMT 2004


Author: tridge
Date: 2004-10-25 23:27:11 +0000 (Mon, 25 Oct 2004)
New Revision: 3224

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/script/tests&rev=3224&nolog=1

Log:
add the LOCAL-* tests to test_posix.sh

Modified:
   branches/SAMBA_4_0/source/script/tests/test_posix.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_posix.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_posix.sh	2004-10-25 23:26:13 UTC (rev 3223)
+++ branches/SAMBA_4_0/source/script/tests/test_posix.sh	2004-10-25 23:27:11 UTC (rev 3224)
@@ -37,11 +37,12 @@
 tests="$tests BASE-CHKPATH BASE-SECLEAK"
 tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG"
 tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT BASE-RENAME"
+tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE"
 
-
 soon="BASE-DENY1 BASE-DEFER_OPEN BASE-OPENATTR BASE-CHARSET"
 soon="$soon RAW-SFILEINFO RAW-SEARCH RAW-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX RAW-IOCTL"
 soon="$soon RAW-CHKPATH RAW-UNLINK RAW-READ RAW-WRITE RAW-RENAME RAW-CLOSE BASE-TRANS2"
+soon="$soon BASE-TRANS2"
 
 for t in $tests; do
     if [ ! -z "$start" -a "$start" != $t ]; then



More information about the samba-cvs mailing list