From 7fa51fa130ddd1208f30b3136cf4359b8fea3749 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 27 Apr 2011 16:39:55 +1000 Subject: selftest: we don't get valgrind errors any more with iconv this check was causing the CP850 warning in the combined build, as the s3 tests want CP850, but we don't have builtin support for that charset Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Apr 27 09:31:44 CEST 2011 on sn-devel-104 --- selftest/selftest.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'selftest/selftest.pl') diff --git a/selftest/selftest.pl b/selftest/selftest.pl index c45ccb352e..5077a17901 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -599,11 +599,6 @@ sub write_clientconf($$$) open(CF, ">$conffile"); print CF "[global]\n"; - if (defined($ENV{VALGRIND})) { - print CF "\ticonv:native = true\n"; - } else { - print CF "\ticonv:native = false\n"; - } print CF "\tnetbios name = client\n"; if (defined($vars->{DOMAIN})) { print CF "\tworkgroup = $vars->{DOMAIN}\n"; -- cgit