diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-25 20:09:38 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-25 20:09:38 +0000 |
commit | 39cf45909bf0404f27de64c367d8dcdf37147915 (patch) | |
tree | 70cd1ac1a81c3cb8fa62c79486459e5d00dabf46 /gnu/usr.bin/perl/dist/Cwd/t/Spec.t | |
parent | 38b9480a88793314fc621bfec3da592ab7cc1b67 (diff) |
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Diffstat (limited to 'gnu/usr.bin/perl/dist/Cwd/t/Spec.t')
-rw-r--r-- | gnu/usr.bin/perl/dist/Cwd/t/Spec.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/dist/Cwd/t/Spec.t b/gnu/usr.bin/perl/dist/Cwd/t/Spec.t index de6d23792d7..be3139cd1e1 100644 --- a/gnu/usr.bin/perl/dist/Cwd/t/Spec.t +++ b/gnu/usr.bin/perl/dist/Cwd/t/Spec.t @@ -120,10 +120,6 @@ my @tests = ( [ "Unix->abs2rel('/t1/t2/t3', '/t1')", 't2/t3' ], [ "Unix->abs2rel('t1/t2/t3', 't1')", 't2/t3' ], [ "Unix->abs2rel('t1/t2/t3', 't4')", '../t1/t2/t3' ], - [ "Unix->abs2rel('.', '.')", '.' ], - [ "Unix->abs2rel('/', '/')", '.' ], - [ "Unix->abs2rel('../t1', 't2/t3')", '../../../t1' ], - [ "Unix->abs2rel('t1', 't2/../t3')", '../t1' ], [ "Unix->rel2abs('t4','/t1/t2/t3')", '/t1/t2/t3/t4' ], [ "Unix->rel2abs('t4/t5','/t1/t2/t3')", '/t1/t2/t3/t4/t5' ], |