summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-05-18 09:13:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:38 -0500
commitac5cd254fa96601a9fb5682cb99faed65dd4e4cd (patch)
treea4051603215f881ccf7167c3b67ee91be030bab9 /source4
parent47e5c163d63ae04381a67cd4d5cc428f22374bb6 (diff)
downloadsamba-ac5cd254fa96601a9fb5682cb99faed65dd4e4cd.tar.gz
samba-ac5cd254fa96601a9fb5682cb99faed65dd4e4cd.tar.bz2
samba-ac5cd254fa96601a9fb5682cb99faed65dd4e4cd.zip
r22995: don't run LOCAL-ICONV twice...
metze (This used to be commit 9aa328fbf6f78c02a1bdeeb125cdb27414c892c0)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/test_local.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/selftest/test_local.sh b/source4/selftest/test_local.sh
index e8bf10c901..d4c6b656c9 100755
--- a/source4/selftest/test_local.sh
+++ b/source4/selftest/test_local.sh
@@ -2,12 +2,6 @@
local_tests=`bin/smbtorture --list | grep "^LOCAL-" | xargs`
-if [ `uname` = "Linux" ]; then
- # testing against the system iconv only makes sense for our 'reference' iconv
- # behaviour
- local_tests="$local_tests LOCAL-ICONV"
-fi
-
incdir=`dirname $0`
. $incdir/test_functions.sh