2060N/AThe various curl NTLM tests try to LD_PRELOAD a test library
2060N/Acreated as a pre-requisite to running the numerous Perl tests.
2060N/AThis patch adjusts LD_PRELOAD to be LD_PRELOAD_32 or LD_PRELOAD_64
2060N/Adepending upong whether we are running the 32 or 64 bit tests.
2060N/AAs this is Solaris specific, this patch will not be pushed upstream.
2060N/A # print "Skipping LD_PRELOAD due to no release shared build\n";
2060N/A+ # make this LD_PRELOAD_{bits}
2060N/A+ if ($bits =~ /^.+ELF\s(\d\d)-bit.+$/) {