On 28 Mar 2012, at 22:56, Paul Tomblin wrote: > Insecure dependency in require while running with -T switch at > /opt/rt4/lib/RT/Config.pm line 904.
That's the key line. It looks like a conflict between using taint mode and the Config.pm file. Try the test without taint mode on? It doesn't really matter for a unit test, and RT is known not to work under taint mode anyway. Tim -- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE.
