summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-26 06:20:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:45 -0500
commitb96fcd9d56094142d4c7ceb1920058e0042a425d (patch)
tree622b1534feb486c1fdf4d28b15832e8b206a9908 /source4
parent8962ec3a6850a1c3b2d9d290c3cfb7141bfdd200 (diff)
downloadsamba-b96fcd9d56094142d4c7ceb1920058e0042a425d.tar.gz
samba-b96fcd9d56094142d4c7ceb1920058e0042a425d.tar.bz2
samba-b96fcd9d56094142d4c7ceb1920058e0042a425d.zip
r3244: pvfs now passes the RAW-UNLINK and RAW-READ tests
(This used to be commit 230ec4d980534631ff736d5319f3e94357680d85)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/tests/test_posix.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh
index 20f01385af..7712afb80d 100755
--- a/source4/script/tests/test_posix.sh
+++ b/source4/script/tests/test_posix.sh
@@ -37,11 +37,12 @@ tests="$tests BASE-DELETE BASE-PROPERTIES BASE-MANGLE"
tests="$tests BASE-CHKPATH BASE-SECLEAK"
tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG"
tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT BASE-RENAME"
+tests="$tests RAW-UNLINK RAW-READ"
tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE"
soon="BASE-DENY1 BASE-DEFER_OPEN BASE-OPENATTR BASE-CHARSET"
soon="$soon RAW-SFILEINFO RAW-SEARCH RAW-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX RAW-IOCTL"
-soon="$soon RAW-CHKPATH RAW-UNLINK RAW-READ RAW-WRITE RAW-RENAME RAW-CLOSE BASE-TRANS2"
+soon="$soon RAW-CHKPATH RAW-WRITE RAW-RENAME RAW-CLOSE BASE-TRANS2"
soon="$soon BASE-TRANS2"
for t in $tests; do