diff options
author | tb@openbsd.org <tb@openbsd.org> | 2016-10-31 23:45:08 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-11-29 17:14:27 +1100 |
commit | 36f58e68221bced35e06d1cca8d97c48807a8b71 (patch) | |
tree | 437fe5bb60924ef8c571be7c9f4778a723ca78cc /regress/unittests/utf8 | |
parent | b0899ee26a6630883c0f2350098b6a35e647f512 (diff) |
upstream commit
Remove the obsolete A and P flags from MALLOC_OPTIONS.
ok dtucker
Upstream-Regress-ID: 6cc25024c8174a87e5734a0dc830194be216dd59
Diffstat (limited to 'regress/unittests/utf8')
-rw-r--r-- | regress/unittests/utf8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/utf8/Makefile b/regress/unittests/utf8/Makefile index 150ea2f2e..85cf7b81f 100644 --- a/regress/unittests/utf8/Makefile +++ b/regress/unittests/utf8/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2016/05/30 12:14:08 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2016/10/31 23:45:09 tb Exp $ |
2 | 2 | ||
3 | TEST_ENV= "MALLOC_OPTIONS=CFGJPRSUX" | 3 | TEST_ENV= "MALLOC_OPTIONS=CFGJRSUX" |
4 | 4 | ||
5 | PROG=test_utf8 | 5 | PROG=test_utf8 |
6 | SRCS=tests.c | 6 | SRCS=tests.c |