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

tridge at samba.org tridge at samba.org
Mon Nov 15 06:59:03 GMT 2004


Author: tridge
Date: 2004-11-15 06:59:03 +0000 (Mon, 15 Nov 2004)
New Revision: 3748

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3748

Log:
pvfs passes RAW-EAS but not RAW-STREAMS yet

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-11-15 06:57:26 UTC (rev 3747)
+++ branches/SAMBA_4_0/source/script/tests/test_posix.sh	2004-11-15 06:59:03 UTC (rev 3748)
@@ -41,11 +41,10 @@
 tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG RAW-SFILEINFO"
 tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT RAW-MUX RAW-OPEN RAW-WRITE"
 tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-SEARCH RAW-CHKPATH RAW-RENAME"
+tests="$tests RAW-EAS"
 tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE"
 
-soon="BASE-CHARSET"
-soon="$soon RAW-OPLOCK RAW-NOTIFY"
-soon="$soon BASE-DELAYWRITE"
+soon="BASE-CHARSET RAW-OPLOCK RAW-NOTIFY BASE-DELAYWRITE RAW-STREAMS"
 
 for t in $tests; do
     if [ ! -z "$start" -a "$start" != $t ]; then



More information about the samba-cvs mailing list