summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-12 03:38:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:45 -0500
commit27859603d7e42550678a2f7dbb2ccd63078a6689 (patch)
tree948f649612aad4ed706a28a9f4d3bba79fc9c12d /source4/script
parent3c8dab7a61c5024f33fb23fc0632579530dd2fef (diff)
downloadsamba-27859603d7e42550678a2f7dbb2ccd63078a6689.tar.gz
samba-27859603d7e42550678a2f7dbb2ccd63078a6689.tar.bz2
samba-27859603d7e42550678a2f7dbb2ccd63078a6689.zip
r3698: mark RAW-SFILEINFO as working
(This used to be commit f0760858f89dc4cead26b84db61cec470ac8e67d)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/test_posix.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh
index e1d6201a72..fd9d9edef5 100755
--- a/source4/script/tests/test_posix.sh
+++ b/source4/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