r22995: don't run LOCAL-ICONV twice...
authorStefan Metzmacher <metze@samba.org>
Fri, 18 May 2007 09:13:07 +0000 (09:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:38 +0000 (14:52 -0500)
metze
(This used to be commit 9aa328fbf6f78c02a1bdeeb125cdb27414c892c0)

source4/selftest/test_local.sh

index e8bf10c901e79c325ef2581d0022c6a1b5e34577..d4c6b656c90f5953e81f032530a27f97ae751242 100755 (executable)
@@ -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