diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-17 06:30:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:55 -0500 |
commit | 5a34ef4df6152f5e970afbfb463d4665a823deb7 (patch) | |
tree | 53859e6014bf10a4cc958f99cbaac4e552fb0dab /source4/script/tests | |
parent | ae7caf08c1f47f3ad08856cfea2a3e6e956b48ab (diff) | |
download | samba-5a34ef4df6152f5e970afbfb463d4665a823deb7.tar.gz samba-5a34ef4df6152f5e970afbfb463d4665a823deb7.tar.bz2 samba-5a34ef4df6152f5e970afbfb463d4665a823deb7.zip |
r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesystem attribute reply
- pvfs passes the RAW-STREAMS test
(This used to be commit c1a48a7542a52df734b54031f405d574e4c891e3)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index acca13888e..93732d438d 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -41,10 +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 RAW-EAS RAW-STREAMS" tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE" -soon="BASE-CHARSET RAW-OPLOCK RAW-NOTIFY BASE-DELAYWRITE RAW-STREAMS" +soon="BASE-CHARSET RAW-OPLOCK RAW-NOTIFY BASE-DELAYWRITE" for t in $tests; do if [ ! -z "$start" -a "$start" != $t ]; then |