Commit eadf3715 by Edward Thomson

clar: test chdir

parent d88abb89
...@@ -65,7 +65,7 @@ static void clar_unsandbox(void) ...@@ -65,7 +65,7 @@ static void clar_unsandbox(void)
if (_clar_path[0] == '\0') if (_clar_path[0] == '\0')
return; return;
chdir(".."); cl_must_pass(chdir(".."));
fs_rm(_clar_path); fs_rm(_clar_path);
} }
......
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