File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -545,15 +545,16 @@ namespace
545
545
SECTION (" file://D:/a/_temp/popen-gw0/some_other_parts" )
546
546
{
547
547
auto url = CondaURL::parse (" file://D:/a/_temp/popen-gw0/some_other_parts" ).value ();
548
- REQUIRE (url.str () == " file:////D:/a/_temp/popen-gw0/some_other_parts" );
549
548
REQUIRE (url.pretty_str () == " file:////D:/a/_temp/popen-gw0/some_other_parts" );
550
549
if (mamba::util::on_win)
551
550
{
552
551
REQUIRE (url.path () == " /D:/a/_temp/popen-gw0/some_other_parts" );
552
+ REQUIRE (url.str () == " file:///D:/a/_temp/popen-gw0/some_other_parts" );
553
553
}
554
554
else
555
555
{
556
556
REQUIRE (url.path () == " //D:/a/_temp/popen-gw0/some_other_parts" );
557
+ REQUIRE (url.str () == " file:////D:/a/_temp/popen-gw0/some_other_parts" );
557
558
}
558
559
}
559
560
You can’t perform that action at this time.
0 commit comments