summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gio/tests/gsettings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c
index d842794ec..2f81ae6c3 100644
--- a/gio/tests/gsettings.c
+++ b/gio/tests/gsettings.c
@@ -1861,7 +1861,7 @@ test_keyfile (Fixture *fixture,
/* Clean up the temporary directory. */
g_assert_no_errno (g_chmod (keyfile_path, 0777));
g_assert_no_errno (g_remove (store_path));
- g_rmdir (keyfile_path);
+ g_assert_no_errno (g_rmdir (keyfile_path));
g_free (store_path);
g_free (keyfile_path);
}