diff options
Diffstat (limited to 'regress/usr.bin/ssh/unittests/match/Makefile')
-rw-r--r-- | regress/usr.bin/ssh/unittests/match/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/match/Makefile b/regress/usr.bin/ssh/unittests/match/Makefile index dc802f58d15..3197ece990c 100644 --- a/regress/usr.bin/ssh/unittests/match/Makefile +++ b/regress/usr.bin/ssh/unittests/match/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 2016/08/19 06:44:13 djm Exp $ +# $OpenBSD: Makefile,v 1.2 2016/10/31 23:45:09 tb Exp $ -TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" +TEST_ENV= "MALLOC_OPTIONS=FGJRX" PROG=test_match SRCS=tests.c |