summaryrefslogtreecommitdiff
path: root/tests/test-repo-finder-mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-repo-finder-mount.c')
-rw-r--r--tests/test-repo-finder-mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-repo-finder-mount.c b/tests/test-repo-finder-mount.c
index 3d360182..13797030 100644
--- a/tests/test-repo-finder-mount.c
+++ b/tests/test-repo-finder-mount.c
@@ -166,7 +166,7 @@ assert_create_repos_dir (Fixture *fixture,
g_clear_error (&error);
g_assert_no_error (error);
- *out_repos_dfd = glnx_steal_fd (&repos_dfd);
+ *out_repos_dfd = g_steal_fd (&repos_dfd);
g_autoptr(GFile) mount_root = g_file_get_child (fixture->working_dir, mount_root_name);
*out_mount = G_MOUNT (ostree_mock_mount_new (mount_root_name, mount_root));