summaryrefslogtreecommitdiff
path: root/regress/unittests
diff options
context:
space:
mode:
authortb@openbsd.org <tb@openbsd.org>2016-10-31 23:45:08 +0000
committerDamien Miller <djm@mindrot.org>2016-11-29 17:14:27 +1100
commit36f58e68221bced35e06d1cca8d97c48807a8b71 (patch)
tree437fe5bb60924ef8c571be7c9f4778a723ca78cc /regress/unittests
parentb0899ee26a6630883c0f2350098b6a35e647f512 (diff)
upstream commit
Remove the obsolete A and P flags from MALLOC_OPTIONS. ok dtucker Upstream-Regress-ID: 6cc25024c8174a87e5734a0dc830194be216dd59
Diffstat (limited to 'regress/unittests')
-rw-r--r--regress/unittests/bitmap/Makefile4
-rw-r--r--regress/unittests/hostkeys/Makefile4
-rw-r--r--regress/unittests/kex/Makefile4
-rw-r--r--regress/unittests/match/Makefile4
-rw-r--r--regress/unittests/sshkey/Makefile4
-rw-r--r--regress/unittests/utf8/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/regress/unittests/bitmap/Makefile b/regress/unittests/bitmap/Makefile
index b704d22d6..b3b7d12c7 100644
--- a/regress/unittests/bitmap/Makefile
+++ b/regress/unittests/bitmap/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2015/01/15 07:36:28 djm Exp $ 1# $OpenBSD: Makefile,v 1.2 2016/10/31 23:45:08 tb Exp $
2 2
3TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" 3TEST_ENV= "MALLOC_OPTIONS=FGJRX"
4 4
5PROG=test_bitmap 5PROG=test_bitmap
6SRCS=tests.c 6SRCS=tests.c
diff --git a/regress/unittests/hostkeys/Makefile b/regress/unittests/hostkeys/Makefile
index f52a85fb1..43968c701 100644
--- a/regress/unittests/hostkeys/Makefile
+++ b/regress/unittests/hostkeys/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2015/02/16 22:18:34 djm Exp $ 1# $OpenBSD: Makefile,v 1.2 2016/10/31 23:45:08 tb Exp $
2 2
3TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" 3TEST_ENV= "MALLOC_OPTIONS=FGJRX"
4 4
5PROG=test_hostkeys 5PROG=test_hostkeys
6SRCS=tests.c test_iterate.c 6SRCS=tests.c test_iterate.c
diff --git a/regress/unittests/kex/Makefile b/regress/unittests/kex/Makefile
index 6532cb00a..e268daad2 100644
--- a/regress/unittests/kex/Makefile
+++ b/regress/unittests/kex/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.2 2015/01/24 10:39:21 miod Exp $ 1# $OpenBSD: Makefile,v 1.3 2016/10/31 23:45:09 tb Exp $
2 2
3TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" 3TEST_ENV= "MALLOC_OPTIONS=FGJRX"
4 4
5PROG=test_kex 5PROG=test_kex
6SRCS=tests.c test_kex.c 6SRCS=tests.c test_kex.c
diff --git a/regress/unittests/match/Makefile b/regress/unittests/match/Makefile
index dc802f58d..3197ece99 100644
--- a/regress/unittests/match/Makefile
+++ b/regress/unittests/match/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2016/08/19 06:44:13 djm Exp $ 1# $OpenBSD: Makefile,v 1.2 2016/10/31 23:45:09 tb Exp $
2 2
3TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" 3TEST_ENV= "MALLOC_OPTIONS=FGJRX"
4 4
5PROG=test_match 5PROG=test_match
6SRCS=tests.c 6SRCS=tests.c
diff --git a/regress/unittests/sshkey/Makefile b/regress/unittests/sshkey/Makefile
index 1bcd26676..8cfa3aa54 100644
--- a/regress/unittests/sshkey/Makefile
+++ b/regress/unittests/sshkey/Makefile
@@ -1,6 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2014/06/24 01:14:18 djm Exp $ 1# $OpenBSD: Makefile,v 1.3 2016/10/31 23:45:09 tb Exp $
2 2
3TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" 3TEST_ENV= "MALLOC_OPTIONS=FGJRX"
4 4
5PROG=test_sshkey 5PROG=test_sshkey
6SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c 6SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
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
3TEST_ENV= "MALLOC_OPTIONS=CFGJPRSUX" 3TEST_ENV= "MALLOC_OPTIONS=CFGJRSUX"
4 4
5PROG=test_utf8 5PROG=test_utf8
6SRCS=tests.c 6SRCS=tests.c