mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 18:38:58 +00:00
clar: test chdir
This commit is contained in:
parent
d88abb8949
commit
eadf37151b
@ -65,7 +65,7 @@ static void clar_unsandbox(void)
|
||||
if (_clar_path[0] == '\0')
|
||||
return;
|
||||
|
||||
chdir("..");
|
||||
cl_must_pass(chdir(".."));
|
||||
|
||||
fs_rm(_clar_path);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user