Skip to content
Snippets Groups Projects
Commit b86c562d authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

A few more get_parent_directory tests.

parent 254504fc
No related branches found
No related tags found
No related merge requests found
......@@ -1302,6 +1302,9 @@ test_util_parent_dir(void *ptr)
T("/home", 0, "/");
T("./home/wombat/knish/", 0, "./home/wombat");
T("./wombat", 0, ".");
T("wombat", -1, "");
T("w", -1, "");
T("wombat/knish", 0, "wombat");
T("", -1, "");
T("/", 0, "/");
T("////", 0, "/");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment