summaryrefslogtreecommitdiff
path: root/tests-clar/index/tests.c
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-05-02 16:14:30 -0700
committerVicent Martí <tanoku@gmail.com>2012-05-02 16:14:30 -0700
commit946a6dc4e693280e3210fbad7e4cec03c7b0b169 (patch)
treeffb89db5e092afdafe5ad922af9a5808351778c2 /tests-clar/index/tests.c
parent40879facad0337d954d4904e212af3b36cdb9465 (diff)
downloadlibgit2-946a6dc4e693280e3210fbad7e4cec03c7b0b169.tar.gz
Update test suite
Diffstat (limited to 'tests-clar/index/tests.c')
-rw-r--r--tests-clar/index/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/index/tests.c b/tests-clar/index/tests.c
index a8ca2eece..3d01b7cfb 100644
--- a/tests-clar/index/tests.c
+++ b/tests-clar/index/tests.c
@@ -107,7 +107,7 @@ void test_index_tests__default_test_index(void)
for (i = 0; i < ARRAY_SIZE(test_entries); ++i) {
git_index_entry *e = entries[test_entries[i].index];
- cl_assert_strequal(e->path, test_entries[i].path);
+ cl_assert_equal_s(e->path, test_entries[i].path);
cl_assert(e->mtime.seconds == test_entries[i].mtime);
cl_assert(e->file_size == test_entries[i].file_size);
}