summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gio/tests/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/tests/file.c b/gio/tests/file.c
index 7fbb3ef0c..5ca2e678d 100644
--- a/gio/tests/file.c
+++ b/gio/tests/file.c
@@ -2613,7 +2613,7 @@ test_measure (void)
g_assert_true (ok);
g_assert_no_error (error);
- g_assert_cmpuint (num_bytes, ==, 74478);
+ g_assert_cmpuint (num_bytes, ==, 74469);
g_assert_cmpuint (num_dirs, ==, 6);
g_assert_cmpuint (num_files, ==, 32);
@@ -2696,7 +2696,7 @@ test_measure_async (void)
file = g_file_new_for_path (path);
g_free (path);
- data->expected_bytes = 74478;
+ data->expected_bytes = 74469;
data->expected_dirs = 6;
data->expected_files = 32;