diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-25 23:27:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:43 -0500 |
commit | bf3f9757e58625decd78d0b1d761e35593f2922a (patch) | |
tree | be3140383dfe084fd2569f2882d4d5a181a81ed0 | |
parent | 1915f1ca4313e35c0a196bbb07ebd7d7a0eadef8 (diff) | |
download | samba-bf3f9757e58625decd78d0b1d761e35593f2922a.tar.gz samba-bf3f9757e58625decd78d0b1d761e35593f2922a.tar.bz2 samba-bf3f9757e58625decd78d0b1d761e35593f2922a.zip |
r3224: add the LOCAL-* tests to test_posix.sh
(This used to be commit b2bdde6d14e61f8ad9e7cbb28efb97ce1bc1ec67)
-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 88608a59c9..20f01385af 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/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 |