mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-30 13:27:37 +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')
|
if (_clar_path[0] == '\0')
|
||||||
return;
|
return;
|
||||||
|
|
||||||
chdir("..");
|
cl_must_pass(chdir(".."));
|
||||||
|
|
||||||
fs_rm(_clar_path);
|
fs_rm(_clar_path);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user