mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
* Fix/workaround test issue with dash * Use CONFIG_SHELL as bash until 9.11 to avoid autoreconf Closes: https://bugs.gentoo.org/969663 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
372 B
Diff
13 lines
372 B
Diff
https://bugs.gentoo.org/969663
|
|
https://bugs.gnu.org/80353
|
|
--- a/tests/misc/read-errors.sh
|
|
+++ b/tests/misc/read-errors.sh
|
|
@@ -17,6 +17,7 @@
|
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
|
|
+require_bash_as_SHELL_
|
|
uses_strace_
|
|
|
|
! cat . >/dev/null 2>&1 || skip_ "Need unreadable directories"
|