mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
clar: test chdir
This commit is contained in:
@@ -65,7 +65,7 @@ static void clar_unsandbox(void)
|
||||
if (_clar_path[0] == '\0')
|
||||
return;
|
||||
|
||||
chdir("..");
|
||||
cl_must_pass(chdir(".."));
|
||||
|
||||
fs_rm(_clar_path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user