This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove duplicate of commented-out test.
authorJames E Keenan <jkeenan@cpan.org>
Thu, 23 Aug 2018 15:01:33 +0000 (11:01 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 23 Aug 2018 15:26:44 +0000 (11:26 -0400)
dist/PathTools/t/Spec.t

index 84ed6b1..76ade74 100644 (file)
@@ -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'              ],