diff options
| author | Vicent Martà <tanoku@gmail.com> | 2012-05-02 16:57:16 -0700 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2012-05-02 16:57:16 -0700 |
| commit | b02bcd97f80beabc96cd1f861bfc3b5f7532ef8b (patch) | |
| tree | bd83ac195983092221f2606dd6dac9d11434fb11 /tests-clar/object | |
| parent | 17f1c9fb332d054285452313f0ec537dfde63d1c (diff) | |
| download | libgit2-b02bcd97f80beabc96cd1f861bfc3b5f7532ef8b.tar.gz | |
Boom
Diffstat (limited to 'tests-clar/object')
| -rw-r--r-- | tests-clar/object/raw/write.c | 4 |
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) |
