summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Schmidt <marvin.schmidt1987@gmail.com>2022-09-15 12:51:14 -0700
committerJim Meyering <meyering@fb.com>2022-09-15 12:51:36 -0700
commitbd371928786e1353895ad68ba6bee9aa4382b039 (patch)
treefafcdbd5bfb75ac0ca06449c4f7d064e1260d734
parentc07b5066b9111c36a97403d6ea5da9bd4c0626fe (diff)
downloadsed-bd371928786e1353895ad68ba6bee9aa4382b039.tar.gz
tests: remove stray export-ending semicolon in test setup
* testsuite/local.mk (TESTS_ENVIRONMENT): Remove the erroneous ";" that effectively elided all following var=val pairs from the test environment. Report and patch from http://bugs.gnu.org/57831 Bug introduced via v4.2.2-100-gb250bd4.
-rw-r--r--testsuite/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/local.mk b/testsuite/local.mk
index 13e6d00..2455af6 100644
--- a/testsuite/local.mk
+++ b/testsuite/local.mk
@@ -160,7 +160,7 @@ TESTS_ENVIRONMENT = \
abs_top_builddir='$(abs_top_builddir)' \
abs_top_srcdir='$(abs_top_srcdir)' \
abs_srcdir='$(abs_srcdir)' \
- built_programs=sed; \
+ built_programs=sed \
srcdir='$(srcdir)' \
top_srcdir='$(top_srcdir)' \
CC='$(CC)' \