diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-29 22:56:21 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-29 22:56:21 +0000 |
commit | 67137b9cb49152bf1cb5f91faceac1f2cc7bd746 (patch) | |
tree | 791317a14a6af93133e3ff0f3c026e9415829eae | |
parent | 0c5a43b5594d04d9dac43d2ebfaeda7a8ef94911 (diff) | |
download | perl-67137b9cb49152bf1cb5f91faceac1f2cc7bd746.tar.gz |
textfill.t tweak
p4raw-id: //depot/perl@2401
-rwxr-xr-x | t/lib/textfill.t | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/t/lib/textfill.t b/t/lib/textfill.t index b40aaff28e..857ae2f755 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, <<DONE)); TEST1 |