summaryrefslogtreecommitdiff
path: root/build-aux/check.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/check.mk')
-rw-r--r--build-aux/check.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/check.mk b/build-aux/check.mk
index 9cd1b3397..165ea366b 100644
--- a/build-aux/check.mk
+++ b/build-aux/check.mk
@@ -113,7 +113,7 @@ if test -f "./$$src"; then dir=./; \
elif test -f "$$src"; then dir=; \
else dir="$(srcdir)/"; fi; \
__SAVED_TERM=$$TERM; \
-$(TESTS_ENVIRONMENT) $(SHELL)
+$(TESTS_ENVIRONMENT)
# To be appended to the command running the test. Handles the stdout
# and stderr redirection, and catch the exit status.