From 86a2844bfc9d7ffbb36e69cc92d327e5505f19d2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2004 00:40:33 +0000 Subject: r3418: added BASE-NTDENY1 and BASE-NTDENY2 to the lists of tests that pvfs passes (This used to be commit 6a6f2aea1082fa42d33fd58c92f03c790cdfed9e) --- source4/script/tests/test_posix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/script') 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" -- cgit