summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-12 03:38:47 +0000
committerAndrew Tridgell <tridge@samba.org>2004-11-12 03:38:47 +0000
commit8d930335fcd193a5a359a69253427edbc69714e6 (patch)
tree170be18d1614ba262c3f35997d8777e20b4af383 /source
parent63f5ddb0db7d9113ba0f877d4809e353aee94f2b (diff)
downloadsamba-8d930335fcd193a5a359a69253427edbc69714e6.tar.gz
samba-8d930335fcd193a5a359a69253427edbc69714e6.tar.xz
samba-8d930335fcd193a5a359a69253427edbc69714e6.zip
r3698: mark RAW-SFILEINFO as working
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 e1d6201a72a..fd9d9edef53 100755
--- a/source/script/tests/test_posix.sh
+++ b/source/script/tests/test_posix.sh
@@ -38,13 +38,13 @@ tests="$tests BASE-DENY3 BASE-XCOPY BASE-OPEN BASE-DENYDOS"
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"
+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-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-SFILEINFO RAW-OPLOCK RAW-NOTIFY"
+soon="$soon RAW-OPLOCK RAW-NOTIFY"
soon="$soon RAW-WRITE RAW-RENAME"
for t in $tests; do