diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-01 00:40:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:07 -0500 |
commit | 86a2844bfc9d7ffbb36e69cc92d327e5505f19d2 (patch) | |
tree | 77aa26e7fcb055e8a8373a2cc71669de36fd0f12 /source4/script/tests/test_posix.sh | |
parent | 92d2f7a12d8d599ccd58e078cca65c6587d11216 (diff) | |
download | samba-86a2844bfc9d7ffbb36e69cc92d327e5505f19d2.tar.gz samba-86a2844bfc9d7ffbb36e69cc92d327e5505f19d2.tar.bz2 samba-86a2844bfc9d7ffbb36e69cc92d327e5505f19d2.zip |
r3418: added BASE-NTDENY1 and BASE-NTDENY2 to the lists of tests that pvfs passes
(This used to be commit 6a6f2aea1082fa42d33fd58c92f03c790cdfed9e)
Diffstat (limited to 'source4/script/tests/test_posix.sh')
-rwxr-xr-x | source4/script/tests/test_posix.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 68e751557c..e2cad84306 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -35,8 +35,9 @@ tests="$tests BASE-DENY2 BASE-TCON BASE-TCONDEV BASE-RW1" tests="$tests BASE-DENY3 BASE-XCOPY BASE-OPEN" tests="$tests BASE-DELETE BASE-PROPERTIES BASE-MANGLE" tests="$tests BASE-CHKPATH BASE-SECLEAK BASE-TRANS2" +tests="$tests BASE-NTDENY1 BASE-NTDENY2 BASE-RENAME" tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG" -tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT BASE-RENAME" +tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT" 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" |