aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/bmake/unit-tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/bmake/unit-tests/Makefile b/contrib/bmake/unit-tests/Makefile
index 2a300133eccc..537525d879b2 100644
--- a/contrib/bmake/unit-tests/Makefile
+++ b/contrib/bmake/unit-tests/Makefile
@@ -441,6 +441,9 @@ TESTS+= varquote
.if ${.SHELL:T} == "ksh"
BROKEN_TESTS+= sh-flags
.endif
+.if ${.MAKE.OS} == "Linux"
+BROKEN_TESTS+= opt-debug-x-trace
+.endif
.if ${.MAKE.OS:NDarwin} == ""
BROKEN_TESTS+= shell-ksh
.endif