summaryrefslogtreecommitdiff
path: root/tests-clar/object
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-05-02 16:57:16 -0700
committerVicent Martí <tanoku@gmail.com>2012-05-02 16:57:16 -0700
commitb02bcd97f80beabc96cd1f861bfc3b5f7532ef8b (patch)
treebd83ac195983092221f2606dd6dac9d11434fb11 /tests-clar/object
parent17f1c9fb332d054285452313f0ec537dfde63d1c (diff)
downloadlibgit2-b02bcd97f80beabc96cd1f861bfc3b5f7532ef8b.tar.gz
Boom
Diffstat (limited to 'tests-clar/object')
-rw-r--r--tests-clar/object/raw/write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-clar/object/raw/write.c b/tests-clar/object/raw/write.c
index 885d3364a..1b28d0df7 100644
--- a/tests-clar/object/raw/write.c
+++ b/tests-clar/object/raw/write.c
@@ -38,8 +38,8 @@ static void streaming_write(git_oid *oid, git_odb *odb, git_rawobj *raw)
static void check_object_files(object_data *d)
{
- cl_git_pass(git_path_exists(d->dir));
- cl_git_pass(git_path_exists(d->file));
+ cl_assert(git_path_exists(d->dir));
+ cl_assert(git_path_exists(d->file));
}
static void cmp_objects(git_rawobj *o1, git_rawobj *o2)