Commit 0e740904 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

URL test: remove trailing space

parent 01bd073c
......@@ -83,7 +83,7 @@ static inline void test_current_directory_path (const char *in, const char *cwd,
char * expected_result = NULL;
int val = asprintf(&expected_result, "file://%s/%s", cwd, out);
assert (val != -1);
test (make_URI_def, in, expected_result);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment