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:
374cf24
)
Allow dual-life.t to be run outside t/
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 6 Nov 2011 06:28:06 +0000
(23:28 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 6 Nov 2011 06:28:06 +0000
(23:28 -0700)
t/porting/dual-life.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/dual-life.t
b/t/porting/dual-life.t
index
1826c46
..
b4499ac
100644
(file)
--- a/
t/porting/dual-life.t
+++ b/
t/porting/dual-life.t
@@
-6,6
+6,7
@@
use strict;
#
# * Are all dual-life programs being generated in utils/?
+chdir 't';
require './test.pl';
plan('no_plan');