diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-19 03:34:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:59 -0500 |
commit | d04e3bcca657aef9d91b495eb0b1c431e1794084 (patch) | |
tree | 1b992cc3fddf4220cebc728fdb6202de7f7bd90a | |
parent | a3c562b751637575941875d69b1c7fb395e8820b (diff) | |
download | samba-d04e3bcca657aef9d91b495eb0b1c431e1794084.tar.gz samba-d04e3bcca657aef9d91b495eb0b1c431e1794084.tar.bz2 samba-d04e3bcca657aef9d91b495eb0b1c431e1794084.zip |
r4833: added LOCAL-SOCKET to the list of tests that are expected to pass
(This used to be commit 480a4e3d9029fbeca876c736e7c87bc3352b4b4c)
-rwxr-xr-x | source4/script/tests/test_posix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/test_posix.sh b/source4/script/tests/test_posix.sh index 9c46b83552..da7fceee43 100755 --- a/source4/script/tests/test_posix.sh +++ b/source4/script/tests/test_posix.sh @@ -43,6 +43,7 @@ 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 RAW-STREAMS RAW-ACLS" tests="$tests LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-BINDING LOCAL-IDTREE" +tests="$tests LOCAL-SOCKET" soon="BASE-CHARSET RAW-OPLOCK RAW-NOTIFY BASE-DELAYWRITE" |