summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-25 23:27:11 +0000
committerAndrew Tridgell <tridge@samba.org>2004-10-25 23:27:11 +0000
commit18ef028730efb146569d32592aac448797aba2e7 (patch)
tree2216ae489ec1472dad4904e64c1cde1979421b1d /source/script
parentd5c065fe54566f2f7bc1ee8d878f69d5b8df4c01 (diff)
downloadsamba-18ef028730efb146569d32592aac448797aba2e7.tar.gz
samba-18ef028730efb146569d32592aac448797aba2e7.tar.xz
samba-18ef028730efb146569d32592aac448797aba2e7.zip
r3224: add the LOCAL-* tests to test_posix.sh
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_posix.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/script/tests/test_posix.sh b/source/script/tests/test_posix.sh
index 88608a59c95..20f01385af2 100755
--- a/source/script/tests/test_posix.sh
+++ b/source/script/tests/test_posix.sh
@@ -37,11 +37,12 @@ tests="$tests BASE-DELETE BASE-PROPERTIES BASE-MANGLE"
tests="$tests BASE-CHKPATH BASE-SECLEAK"
tests="$tests RAW-QFSINFO RAW-QFILEINFO RAW-SFILEINFO-BUG"
tests="$tests RAW-LOCK RAW-MKDIR RAW-SEEK RAW-CONTEXT BASE-RENAME"
-
+tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE"
soon="BASE-DENY1 BASE-DEFER_OPEN BASE-OPENATTR BASE-CHARSET"
soon="$soon RAW-SFILEINFO RAW-SEARCH RAW-OPEN RAW-OPLOCK RAW-NOTIFY RAW-MUX RAW-IOCTL"
soon="$soon RAW-CHKPATH RAW-UNLINK RAW-READ RAW-WRITE RAW-RENAME RAW-CLOSE BASE-TRANS2"
+soon="$soon BASE-TRANS2"
for t in $tests; do
if [ ! -z "$start" -a "$start" != $t ]; then