fixed: gcc8+ filesystem will collapse the multiple slashes
This commit is contained in:
parent
a049cd5b03
commit
e0939b69f1
@ -82,7 +82,7 @@ BOOST_AUTO_TEST_SUITE(FileName)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(ResultSetDescriptor)
|
||||
{
|
||||
const auto odir = std::string{"/x/y/z///"};
|
||||
const auto odir = std::string{"/x/y/z/"};
|
||||
const auto ext = std::string{"F0123"};
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user