mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
A few more get_parent_directory tests.
This commit is contained in:
@@ -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, "/");
|
||||
|
||||
Reference in New Issue
Block a user