From 0c77d8e049b82b0d42c6216dc538713f2133a2a7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Nov 2004 06:59:03 +0000 Subject: r3748: pvfs passes RAW-EAS but not RAW-STREAMS yet (This used to be commit d288a0d4a1ef4cb08d1d959e8e1f0e5f06d7d203) --- source4/script/tests/test_posix.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/script/tests') diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 0d76d2a6ae..acca13888e 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -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 -- cgit