diff --git a/test/util/TestUriRelative.cxx b/test/util/TestUriRelative.cxx index 75f52a1a2..7aca1084d 100644 --- a/test/util/TestUriRelative.cxx +++ b/test/util/TestUriRelative.cxx @@ -87,6 +87,7 @@ TEST(UriRelative, ApplyRelative) { "../foo", "http://localhost/", "" }, { "../foo", "http://localhost", "" }, { ".", "http://localhost", "http://localhost/" }, + { "./foo", "http://localhost", "http://localhost/foo" }, }; for (const auto &i : tests) {