projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c5a43b
)
textfill.t tweak
Gurusamy Sarathy [Sun, 29 Nov 1998 22:56:21 +0000 (22:56 +0000)]
p4raw-id: //depot/perl@2401
t/lib/textfill.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/textfill.t
b/t/lib/textfill.t
index
b40aaff
..
857ae2f
100755
(executable)
--- 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