diff --git a/gio/tests/g-file-info.c b/gio/tests/g-file-info.c index c11c50462..fd0c64b55 100644 --- a/gio/tests/g-file-info.c +++ b/gio/tests/g-file-info.c @@ -178,7 +178,7 @@ test_g_file_info_modification_time (void) g_assert_nonnull (dt_usecs); ts = g_date_time_difference (dt_usecs, dt); - g_assert_cmpint (ts, >, 0); + g_assert_cmpint (ts, >=, 0); g_assert_cmpint (ts, <, G_USEC_PER_SEC); /* Try round-tripping the modification time. */