From: Gurusamy Sarathy Date: Sun, 29 Nov 1998 22:56:21 +0000 (+0000) Subject: textfill.t tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=67137b9cb49152bf1cb5f91faceac1f2cc7bd746;p=p5sagit%2Fp5-mst-13.2.git textfill.t tweak p4raw-id: //depot/perl@2401 --- diff --git a/t/lib/textfill.t b/t/lib/textfill.t index b40aaff..857ae2f 100755 --- a/t/lib/textfill.t +++ b/t/lib/textfill.t @@ -1,4 +1,9 @@ -#!/usr/bin/perl -w -I. +#!./perl -w + +BEGIN { + chdir 't' if -d 't'; + @INC = '../lib'; +} @tests = (split(/\nEND\n/s, <