X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FSpec%2Ft%2FSpec.t;h=85d580ca96a7e6b214de9fd826b520f839f5d094;hb=605986241de3d828e4de2beec37dc9ecc5aaa260;hp=565eb8c2132fbbd864dd40f239e27ca833022525;hpb=86d86cadad68b71393e3371f0e467c29982578f9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/File/Spec/t/Spec.t b/lib/File/Spec/t/Spec.t index 565eb8c..85d580c 100644 --- a/lib/File/Spec/t/Spec.t +++ b/lib/File/Spec/t/Spec.t @@ -118,6 +118,7 @@ if ($^O eq 'MacOS') { [ "Unix->rel2abs('/t1','/t1/t2/t3')", '/t1' ], [ "Win32->case_tolerant()", '1' ], +[ "Win32->rootdir()", '\\' ], [ "Win32->splitpath('file')", ',,file' ], [ "Win32->splitpath('\\d1/d2\\d3/')", ',\\d1/d2\\d3/,' ],