From 377af689e165db987981385a1f683444c9cdfcda Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 25 Jul 2022 16:19:26 -0400 Subject: ResolverPlayground: add "bash" to essential_binaries Signed-off-by: Mike Gilbert --- lib/portage/tests/resolver/ResolverPlayground.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/portage/tests/resolver/ResolverPlayground.py b/lib/portage/tests/resolver/ResolverPlayground.py index ec69ee068..788334f89 100644 --- a/lib/portage/tests/resolver/ResolverPlayground.py +++ b/lib/portage/tests/resolver/ResolverPlayground.py @@ -146,6 +146,7 @@ class ResolverPlayground: essential_binaries = ( "awk", "basename", + "bash", "bzip2", "cat", "chgrp", -- cgit v1.2.3-65-gdbad