This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7fd81dbbb95467b1ac1f8fbf2230ed6660aac87f commit 7fd81dbbb95467b1ac1f8fbf2230ed6660aac87f Author: Guillem Jover <[email protected]> AuthorDate: Sat Jun 27 10:30:05 2020 +0200 build: Set SHELL in the test environment Make sure that SHELL is set in the test environment, otherwise the shell invocations will fail. --- check.am | 1 + debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/check.am b/check.am index 30d194b66..c7d6731ce 100644 --- a/check.am +++ b/check.am @@ -38,6 +38,7 @@ check-local: $(test_data) $(test_programs) $(test_scripts) srcdir=$(srcdir) builddir=$(builddir) \ CC=$(CC) \ PERL=$(PERL) \ + SHELL=$(SHELL) \ PERL_DL_NONLAZY=1 \ PERL5LIB=$(abs_top_srcdir)/scripts:$(abs_top_srcdir)/dselect/methods \ PERL5OPT=$(TEST_COVERAGE) \ diff --git a/debian/changelog b/debian/changelog index 197c007c3..ed9ca7fcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dpkg (1.20.2) UNRELEASED; urgency=medium - * + * Build system: + - Set SHELL in the test environment. -- Guillem Jover <[email protected]> Sat, 27 Jun 2020 03:10:36 +0200 -- Dpkg.Org's dpkg

