summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2022-05-08 19:19:11 +0000
committerrillig <rillig@NetBSD.org>2022-05-08 19:19:11 +0000
commitea3d72e7dea2a6f237b8db1e7fc116fa414ec011 (patch)
tree464c56d6a58b6d6f78670ae388b2375ed24299be /usr.bin/make
parent2883ea5c9e35d6d1caa849c50119c682cc1fbe59 (diff)
make: remove test variant without GMAKEEXPORT
Undefining GMAKEEXPORT on the command line had no effect, since that macro is defined unconditionally in config.h.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/test-variants.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/make/test-variants.mk b/usr.bin/make/test-variants.mk
index cd469ea05ba..580337d7109 100644
--- a/usr.bin/make/test-variants.mk
+++ b/usr.bin/make/test-variants.mk
@@ -1,4 +1,4 @@
-# $NetBSD: test-variants.mk,v 1.3 2022/05/03 19:05:34 rillig Exp $
+# $NetBSD: test-variants.mk,v 1.4 2022/05/08 19:19:11 rillig Exp $
#
# Build several variants of make and run the tests on them.
#
@@ -74,12 +74,6 @@ TESTS+= debug-src
CPPFLAGS.debug-src= -DDEBUG_SRC
SKIP.debug-src= yes
-# In this variant, the tests for 'export VAR=value' fail, as expected.
-#
-TESTS+= no-gmake-export
-CPPFLAGS.no-gmake-export= -UGMAKEEXPORT
-SKIP.no-gmake-export= yes
-
# NetBSD 8.0 x86_64
# In file included from arch.c:135:0:
# /usr/include/sys/param.h:357:0: error: "MAXPATHLEN" redefined [-Werror]