From a473586d73bec18823df305470a3b36cc0b75154 Mon Sep 17 00:00:00 2001 From: fhackenberger Date: Tue, 19 Nov 2019 18:44:50 +0100 Subject: [PATCH] Fixes tests for new feature ignore-slot-as-seed --- test/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/service.c b/test/service.c index 42e1095d2..5df71463e 100644 --- a/test/service.c +++ b/test/service.c @@ -203,7 +203,7 @@ static void service_test_install(ServiceFixture *fixture, gconstpointer user_dat g_assert_nonnull(bundlepath); /* Actually install bundle */ - ret = r_installer_call_install_sync(installer, bundlepath, NULL, + ret = r_installer_call_install_sync(installer, bundlepath, FALSE, NULL, &error); g_assert_no_error(error); g_assert_true(ret);