r3748: pvfs passes RAW-EAS but not RAW-STREAMS yet
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Nov 2004 06:59:03 +0000 (06:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:50 +0000 (13:05 -0500)
(This used to be commit d288a0d4a1ef4cb08d1d959e8e1f0e5f06d7d203)

source4/script/tests/test_posix.sh

index 0d76d2a6aec0f758abf7d9f005a4dcbb80f679dc..acca13888ec5d3febaa8f7073459ddb9723d40e1 100755 (executable)
@@ -41,11 +41,10 @@ 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 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