diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-12-10 15:42:39 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-12-10 15:42:39 +0000 |
commit | fa52125f2139574b06ddadadf21b82bb93e6c77e (patch) | |
tree | d27b282b23bdcda8a935ed3c7e189ed8f9f50d26 /lib/File/Spec/t | |
parent | 00b6aa4170b1d4f8cd86fa0a48749312580e6806 (diff) | |
download | perl-fa52125f2139574b06ddadadf21b82bb93e6c77e.tar.gz |
Upgrade to PathTools-3.14_01
p4raw-id: //depot/perl@26318
Diffstat (limited to 'lib/File/Spec/t')
-rw-r--r-- | lib/File/Spec/t/Spec.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/File/Spec/t/Spec.t b/lib/File/Spec/t/Spec.t index 3fc1f566fb..e7e5b11825 100644 --- a/lib/File/Spec/t/Spec.t +++ b/lib/File/Spec/t/Spec.t @@ -255,6 +255,8 @@ if ($^O eq 'MacOS') { [ "FakeWin32->abs2rel('A:/t1/t2/t3/t4','B:/t1/t2/t3')", 'A:\\t1\\t2\\t3\\t4' ], [ "FakeWin32->abs2rel('E:/foo/bar/baz')", 'E:\\foo\\bar\\baz' ], [ "FakeWin32->abs2rel('C:/one/two/three')", 'three' ], +[ "FakeWin32->abs2rel('C:\\Windows\\System32', 'C:\\')", 'Windows\System32' ], +[ "FakeWin32->abs2rel('\\\\computer2\\share3\\foo.txt', '\\\\computer2\\share3')", 'foo.txt' ], [ "FakeWin32->rel2abs('temp','C:/')", 'C:\\temp' ], [ "FakeWin32->rel2abs('temp','C:/a')", 'C:\\a\\temp' ], |