From: Jarkko Hietaniemi Date: Mon, 3 Sep 2001 12:42:06 +0000 (+0000) Subject: Patch the Filter::Simple test to work with X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=718526ec3e14f76c12139803b281d8a8e8c8bd21;p=p5sagit%2Fp5-mst-13.2.git Patch the Filter::Simple test to work with the core test suite (since the FilterTest.pm is in t/lib, not in lib). p4raw-id: //depot/perl@11844 --- diff --git a/lib/Filter/Simple/t/filter.t b/lib/Filter/Simple/t/filter.t index 47ee7d7..5f6e382 100644 --- a/lib/Filter/Simple/t/filter.t +++ b/lib/Filter/Simple/t/filter.t @@ -1,3 +1,8 @@ +BEGIN { + chdir('t') if -d 't'; + @INC = 'lib'; +} + use FilterTest qr/not ok/ => "ok", fail => "ok"; print "1..6\n";