summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-15 06:59:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:50 -0500
commit0c77d8e049b82b0d42c6216dc538713f2133a2a7 (patch)
tree26b4ff1f0ba9b6267c9b24a82f8015bed7f85297 /source4/script
parent187412f3da4fbc6feeca15bd0c2527534255964e (diff)
downloadsamba-0c77d8e049b82b0d42c6216dc538713f2133a2a7.tar.gz
samba-0c77d8e049b82b0d42c6216dc538713f2133a2a7.tar.bz2
samba-0c77d8e049b82b0d42c6216dc538713f2133a2a7.zip
r3748: pvfs passes RAW-EAS but not RAW-STREAMS yet
(This used to be commit d288a0d4a1ef4cb08d1d959e8e1f0e5f06d7d203)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_posix.sh5
1 files changed, 2 insertions, 3 deletions
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