From 0627cb0e8a9e19d1ac19c1a72302b25ab7b938dc Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 22 Oct 2022 22:53:42 +0200 Subject: [PATCH] support/testing: remove leftover kernel config fragment Commit 86d32208b62a (support/testing/tests/init/test_systemd.py: use downloaded kernel) stopped building a custom kernel for the systemd tests, but forgot to drop the associated kernel config fragment. That fragment is now not used in any test case, so we can drop it. Signed-off-by: Yann E. MORIN --- support/testing/conf/binfmt-misc-kernel-fragment.config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 support/testing/conf/binfmt-misc-kernel-fragment.config diff --git a/support/testing/conf/binfmt-misc-kernel-fragment.config b/support/testing/conf/binfmt-misc-kernel-fragment.config deleted file mode 100644 index 7c992ff71b..0000000000 --- a/support/testing/conf/binfmt-misc-kernel-fragment.config +++ /dev/null @@ -1,2 +0,0 @@ -# Needed for binfmt_misc service: "Arbitrary Executable File Formats File System" -CONFIG_BINFMT_MISC=y