summaryrefslogtreecommitdiff
path: root/sys-devel/bmake/files/bmake-20201117-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/bmake/files/bmake-20201117-tests.patch')
-rw-r--r--sys-devel/bmake/files/bmake-20201117-tests.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-devel/bmake/files/bmake-20201117-tests.patch b/sys-devel/bmake/files/bmake-20201117-tests.patch
new file mode 100644
index 000000000000..8955f1d89bd2
--- /dev/null
+++ b/sys-devel/bmake/files/bmake-20201117-tests.patch
@@ -0,0 +1,18 @@
+--- a/unit-tests/Makefile
++++ b/unit-tests/Makefile
+@@ -168,7 +168,6 @@
+ TESTS+= envfirst
+ TESTS+= error
+ TESTS+= # escape # broken by reverting POSIX changes
+-TESTS+= export
+ TESTS+= export-all
+ TESTS+= export-env
+ TESTS+= export-variants
+@@ -255,7 +254,6 @@
+ TESTS+= sh-meta-chars
+ TESTS+= sh-multi-line
+ TESTS+= sh-single-line
+-TESTS+= shell-csh
+ TESTS+= shell-custom
+ .if exists(/bin/ksh)
+ TESTS+= shell-ksh