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

tridge at samba.org tridge at samba.org
Sat Nov 13 06:49:14 GMT 2004


Author: tridge
Date: 2004-11-13 06:49:13 +0000 (Sat, 13 Nov 2004)
New Revision: 3719

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

Log:
pvfs now passes the RAW-RENAME test


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-13 06:46:51 UTC (rev 3718)
+++ branches/SAMBA_4_0/source/script/tests/test_posix.sh	2004-11-13 06:49:13 UTC (rev 3719)
@@ -40,12 +40,12 @@
 tests="$tests BASE-NTDENY1 BASE-NTDENY2  BASE-RENAME BASE-OPENATTR"
 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"
+tests="$tests RAW-UNLINK RAW-READ RAW-CLOSE RAW-IOCTL RAW-SEARCH RAW-CHKPATH RAW-RENAME"
 tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE"
 
 soon="BASE-CHARSET"
 soon="$soon RAW-OPLOCK RAW-NOTIFY"
-soon="$soon RAW-RENAME BASE-DELAYWRITE"
+soon="$soon BASE-DELAYWRITE"
 
 for t in $tests; do
     if [ ! -z "$start" -a "$start" != $t ]; then



More information about the samba-cvs mailing list