diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-02 01:17:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:04 -0500 |
commit | 8283c40fdeedf60e054b2a12110382e1edc85e9c (patch) | |
tree | 265f29e2c7f17a28baab073457b2a1b0ebdb10d4 /source4/script/tests/test_local.sh | |
parent | 95a9d9aabf1af1faada43ecdfffc68b04f917e4c (diff) | |
download | samba-8283c40fdeedf60e054b2a12110382e1edc85e9c.tar.gz samba-8283c40fdeedf60e054b2a12110382e1edc85e9c.tar.bz2 samba-8283c40fdeedf60e054b2a12110382e1edc85e9c.zip |
r8065: don't run the LOCAL-ICONV test in selftest. It does cross-checking of
the builtin iconv code with the system iconv code, and too many
platforms have broken system iconv code, making it fail in a way that
is meaningless for whether samba will work
(This used to be commit a12950195173337869c5894c86327e7e75cf289f)
Diffstat (limited to 'source4/script/tests/test_local.sh')
-rwxr-xr-x | source4/script/tests/test_local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_local.sh b/source4/script/tests/test_local.sh index bd85e8a9de..1e35c82e18 100755 --- a/source4/script/tests/test_local.sh +++ b/source4/script/tests/test_local.sh @@ -1,6 +1,6 @@ #!/bin/sh -local_tests="LOCAL-NTLMSSP LOCAL-ICONV LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET" +local_tests="LOCAL-NTLMSSP LOCAL-TALLOC LOCAL-MESSAGING LOCAL-IRPC LOCAL-BINDING LOCAL-IDTREE LOCAL-SOCKET" if [ $# -lt 0 ]; then cat <<EOF |