aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-11-24 16:05:40 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-11-24 16:05:40 +0000
commitab1e0d2410ece7d391a5b1e2cbc9d1e9857c2fdb (patch)
tree9c4a0da463b2279e848b2fc88e5133cf79ea1b75 /lib/csu
parent95c45bd003c50e7b788c94ee0dc6d69f7595a2b9 (diff)
downloadsrc-ab1e0d2410ece7d391a5b1e2cbc9d1e9857c2fdb.tar.gz
src-ab1e0d2410ece7d391a5b1e2cbc9d1e9857c2fdb.zip
Disable the dynamiclib test until a failure can be debugged
Notes
Notes: svn path=/head/; revision=340881
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/tests/Makefile b/lib/csu/tests/Makefile
index 693aa503e932..8083d83d1af6 100644
--- a/lib/csu/tests/Makefile
+++ b/lib/csu/tests/Makefile
@@ -2,7 +2,7 @@
SUBDIR= dso
TESTS_SUBDIRS= dynamic
-TESTS_SUBDIRS+= dynamiclib
+#TESTS_SUBDIRS+= dynamiclib
TESTS_SUBDIRS+= static
.include <bsd.test.mk>