summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils_test.c
diff options
context:
space:
mode:
Diffstat (limited to '02_exercise/prompt_utils_test.c')
-rw-r--r--02_exercise/prompt_utils_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/02_exercise/prompt_utils_test.c b/02_exercise/prompt_utils_test.c
index b26ce6f..f648275 100644
--- a/02_exercise/prompt_utils_test.c
+++ b/02_exercise/prompt_utils_test.c
@@ -33,4 +33,5 @@ void test_relative_path() {
test_paths("/Test/b/c", "/Test/b", "..");
test_paths("/", "/Test/a/asd", "./Test/a/asd");
test_paths("/Test/c", "/Test/b", "../b");
+ test_paths("/B/C", "/", "../..");
} \ No newline at end of file