summaryrefslogtreecommitdiff
path: root/tests/clar
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-29 22:10:45 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2015-06-29 22:13:40 +0000
commiteadf37151ba8154b44a918862ddbb3a7d3d8ba14 (patch)
tree5b885ca7b3c9f831e477658dcf882337679bce23 /tests/clar
parentd88abb89495654b68d10e40e17e4d57fe21b6f9b (diff)
downloadlibgit2-eadf37151ba8154b44a918862ddbb3a7d3d8ba14.tar.gz
clar: test chdir
Diffstat (limited to 'tests/clar')
-rw-r--r--tests/clar/sandbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clar/sandbox.h b/tests/clar/sandbox.h
index ea9e35ca9..4b83bf31d 100644
--- a/tests/clar/sandbox.h
+++ b/tests/clar/sandbox.h
@@ -65,7 +65,7 @@ static void clar_unsandbox(void)
if (_clar_path[0] == '\0')
return;
- chdir("..");
+ cl_must_pass(chdir(".."));
fs_rm(_clar_path);
}