clar: test chdir

This commit is contained in:
Edward Thomson 2015-06-29 22:10:45 +00:00
parent d88abb8949
commit eadf37151b

View File

@ -65,7 +65,7 @@ static void clar_unsandbox(void)
if (_clar_path[0] == '\0')
return;
chdir("..");
cl_must_pass(chdir(".."));
fs_rm(_clar_path);
}