summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-12 09:38:37 +0000
committerAndrew Tridgell <tridge@samba.org>2004-11-12 09:38:37 +0000
commitaa8ffa9d099d8e897db6b3f46dd047757bd04c15 (patch)
tree3262f820b2837104a2cfe0186bb83d8b6e5a310e /source
parent16fcef1d882e94e2aa7ab8bc9d6dfcdb25c15ef5 (diff)
downloadsamba-aa8ffa9d099d8e897db6b3f46dd047757bd04c15.tar.gz
samba-aa8ffa9d099d8e897db6b3f46dd047757bd04c15.tar.xz
samba-aa8ffa9d099d8e897db6b3f46dd047757bd04c15.zip
r3700: pvfs passes RAW-WRITE but not BASE-DELAYWRITE
Diffstat (limited to 'source')
-rwxr-xr-xsource/script/tests/test_posix.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/tests/test_posix.sh b/source/script/tests/test_posix.sh
index fd9d9edef53..0d27a0115fe 100755
--- a/source/script/tests/test_posix.sh
+++ b/source/script/tests/test_posix.sh
@@ -39,13 +39,13 @@ tests="$tests BASE-DELETE BASE-PROPERTIES BASE-MANGLE"
tests="$tests BASE-CHKPATH BASE-SECLEAK BASE-TRANS2"
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"
+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 LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE"
soon="BASE-CHARSET"
soon="$soon RAW-OPLOCK RAW-NOTIFY"
-soon="$soon RAW-WRITE RAW-RENAME"
+soon="$soon RAW-RENAME BASE-DELAYWRITE"
for t in $tests; do
if [ ! -z "$start" -a "$start" != $t ]; then