diff options
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/test_local.sh | 6 |
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 |