From 8c2b72148f04d52dbe7a977fff002c97950df021 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 8 Oct 2024 23:01:15 +0100 Subject: [PATCH] test: mask rc.local generator, broken on Jammy On jammy it started to fail, it's not really needed and we install an empty stub anyway, so just mask the generator (cherry picked from commit 565916c245b53b49f5917f5326d21246f46ae3db) (cherry picked from commit dfb007ffe0a9aa3a1d0f7930131b129fbaa2b3d9) (cherry picked from commit 85cc6a46de1e93294083f86e184b9f1bbafbbff3) --- test/test-functions | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/test/test-functions b/test/test-functions index ec8c034b93..642a3df012 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1826,13 +1826,9 @@ strip_binaries() { } create_rc_local() { - dinfo "Create rc.local" - mkdir -p "${initdir:?}/etc/rc.d" - cat >"$initdir/etc/rc.d/rc.local" <