Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Dutch locale on Ubuntu 15.04
-
2
Description
Line 963 of mesos/3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp contains the following:
EXPECT_TRUE(strings::contains(result.get(), "No such file or directory"));
But this does not match when your locale is not English. When changing it to what my terminal gives me: "Bestand of map bestaat niet" then it works just fine.