summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-07-25 16:19:26 -0400
committerMike Gilbert <floppym@gentoo.org>2022-07-25 16:19:26 -0400
commit377af689e165db987981385a1f683444c9cdfcda (patch)
tree1e1fd86b875c3ea6f80ab3b370b558d32f1afa7c
parent*: use /usr/bin/env bash iso /bin/bash (diff)
downloadportage-377af689e165db987981385a1f683444c9cdfcda.tar.gz
portage-377af689e165db987981385a1f683444c9cdfcda.tar.bz2
portage-377af689e165db987981385a1f683444c9cdfcda.zip
ResolverPlayground: add "bash" to essential_binaries
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--lib/portage/tests/resolver/ResolverPlayground.py1
1 files changed, 1 insertions, 0 deletions
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",