summaryrefslogtreecommitdiff
path: root/tests/libglnx-testlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libglnx-testlib.c')
-rw-r--r--tests/libglnx-testlib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/libglnx-testlib.c b/tests/libglnx-testlib.c
index 37b3ece..3eb2ba1 100644
--- a/tests/libglnx-testlib.c
+++ b/tests/libglnx-testlib.c
@@ -67,8 +67,7 @@ _glnx_test_auto_temp_dir_leave (_GLnxTestAutoTempDir *dir)
glnx_tmpdir_delete (&dir->temp_dir, NULL, &error);
g_assert_no_error (error);
- g_close (dir->old_cwd_fd, &error);
- g_assert_no_error (error);
+ glnx_close_fd (&dir->old_cwd_fd);
g_free (dir->old_cwd);
g_free (dir);