Fix signed/unsigned comparison warning Signed-off-by: Vicent Marti <tanoku@gmail.com>
diff --git a/tests/t0601-read.c b/tests/t0601-read.c
index 98ab74f..c302acf 100644
--- a/tests/t0601-read.c
+++ b/tests/t0601-read.c
@@ -11,7 +11,7 @@
struct test_entry {
unsigned int index;
char path[128];
- size_t file_size;
+ git_off_t file_size;
time_t mtime;
};