summaryrefslogtreecommitdiff
path: root/regress/make-shell
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-09 21:50:49 +0000
committerrillig <rillig@pkgsrc.org>2020-05-09 21:50:49 +0000
commitaa06ea8f15083112358585d192cb87744ef5a7e5 (patch)
treeb0ee976cb972b75c9033a0def7a50d4c585a7783 /regress/make-shell
parentc7db5fda6ecb2584446ed5a25f01f469dd6ac092 (diff)
downloadpkgsrc-aa06ea8f15083112358585d192cb87744ef5a7e5.tar.gz
regress/make-shell: add missing variable for the shell test
Diffstat (limited to 'regress/make-shell')
-rw-r--r--regress/make-shell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/make-shell/Makefile b/regress/make-shell/Makefile
index 7838486e4ef..1651742e066 100644
--- a/regress/make-shell/Makefile
+++ b/regress/make-shell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/05/01 19:40:27 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/09 21:50:49 rillig Exp $
#
# This regression test demonstrates which features are supported by the
# shell that is used internally by devel/bmake. That shell may be
@@ -45,6 +45,7 @@ do-build:
# If these tests fail because of missing tools, add these to
# USE_TOOLS.
${RUN} cd ${WRKSRC}; \
+ MACHINE_PLATFORM=${MACHINE_PLATFORM:Q}; \
. "${PKGSRCDIR}/regress/tools-platform/sh.test"
.include "../../mk/bsd.pkg.mk"