summaryrefslogtreecommitdiff
path: root/regress/unittests
diff options
context:
space:
mode:
authorschwarze@openbsd.org <schwarze@openbsd.org>2016-05-30 12:14:08 +0000
committerDamien Miller <djm@mindrot.org>2016-06-08 11:45:05 +1000
commita5577c1ed3ecdfe4b7b1107c526cae886fc91afb (patch)
tree8cf9f251796fc13485a478a9d1391fc2231fb739 /regress/unittests
parent75f0844b4f29d62ec3a5e166d2ee94b02df819fc (diff)
upstream commit
stricter malloc.conf(5) options for utf8 tests Upstream-Regress-ID: 111efe20a0fb692fa1a987f6e823310f9b25abf6
Diffstat (limited to 'regress/unittests')
-rw-r--r--regress/unittests/utf8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/utf8/Makefile b/regress/unittests/utf8/Makefile
index b55847c77..150ea2f2e 100644
--- a/regress/unittests/utf8/Makefile
+++ b/regress/unittests/utf8/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2016/05/26 19:14:25 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.2 2016/05/30 12:14:08 schwarze Exp $
2 2
3TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" 3TEST_ENV= "MALLOC_OPTIONS=CFGJPRSUX"
4 4
5PROG=test_utf8 5PROG=test_utf8
6SRCS=tests.c 6SRCS=tests.c