summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-29 22:56:21 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-29 22:56:21 +0000
commit67137b9cb49152bf1cb5f91faceac1f2cc7bd746 (patch)
tree791317a14a6af93133e3ff0f3c026e9415829eae
parent0c5a43b5594d04d9dac43d2ebfaeda7a8ef94911 (diff)
downloadperl-67137b9cb49152bf1cb5f91faceac1f2cc7bd746.tar.gz
textfill.t tweak
p4raw-id: //depot/perl@2401
-rwxr-xr-xt/lib/textfill.t7
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