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:
1e28f09
)
Remove duplicate of commented-out test.
author
James E Keenan
<jkeenan@cpan.org>
Thu, 23 Aug 2018 15:01:33 +0000
(11:01 -0400)
committer
James E Keenan
<jkeenan@cpan.org>
Thu, 23 Aug 2018 15:26:44 +0000
(11:26 -0400)
dist/PathTools/t/Spec.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/PathTools/t/Spec.t
b/dist/PathTools/t/Spec.t
index
84ed6b1
..
76ade74
100644
(file)
--- a/
dist/PathTools/t/Spec.t
+++ b/
dist/PathTools/t/Spec.t
@@
-154,7
+154,6
@@
my @tests = (
[ "Unix->abs2rel('///','/t1/t2/t3')", '../../..' ],
[ "Unix->abs2rel('/.','/t1/t2/t3')", '../../..' ],
[ "Unix->abs2rel('/./','/t1/t2/t3')", '../../..' ],
-#[ "Unix->abs2rel('../t4','/t1/t2/t3')", '../t4' ],
[ "Unix->abs2rel('/t1/t2/t3', '/')", 't1/t2/t3' ],
[ "Unix->abs2rel('/t1/t2/t3', '/t1')", 't2/t3' ],
[ "Unix->abs2rel('t1/t2/t3', 't1')", 't2/t3' ],