This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce571c6
)
Let while.t run from the top level
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Jun 2012 03:39:54 +0000
(20:39 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 20 Jun 2012 20:49:16 +0000
(13:49 -0700)
t/cmd/while.t
patch
|
blob
|
blame
|
history
diff --git
a/t/cmd/while.t
b/t/cmd/while.t
index
5107fe2
..
5d2af71
100644
(file)
--- a/
t/cmd/while.t
+++ b/
t/cmd/while.t
@@
-1,6
+1,7
@@
#!./perl
BEGIN {
+ chdir 't';
require "test.pl";
}