selftest: we don't get valgrind errors any more with iconv
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Apr 2011 06:39:55 +0000 (16:39 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 27 Apr 2011 07:31:44 +0000 (09:31 +0200)
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 <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Apr 27 09:31:44 CEST 2011 on sn-devel-104

selftest/selftest.pl

index c45ccb352efb43dd572b530e355fdd98154ef268..5077a179013322fb73b66ef4a8663fce9ec8f168 100755 (executable)
@@ -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";