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

tridge at samba.org tridge at samba.org
Tue Oct 26 06:20:29 GMT 2004


Author: tridge
Date: 2004-10-26 06:20:28 +0000 (Tue, 26 Oct 2004)
New Revision: 3244

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

Log:
pvfs now passes the RAW-UNLINK and RAW-READ tests


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-26 06:19:50 UTC (rev 3243)
+++ branches/SAMBA_4_0/source/script/tests/test_posix.sh	2004-10-26 06:20:28 UTC (rev 3244)
@@ -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 RAW-UNLINK RAW-READ"
 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 RAW-CHKPATH RAW-WRITE RAW-RENAME RAW-CLOSE BASE-TRANS2"
 soon="$soon BASE-TRANS2"
 
 for t in $tests; do



More information about the samba-cvs mailing list