[openssh-commits] [openssh] 01/01: upstream: Update test to match recent change in match.c
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 15 16:01:43 AEST 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f1a4798941b4372bfe5e46f1c0f8672fe692d9e4
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Jul 15 05:36:50 2020 +0000
upstream: Update test to match recent change in match.c
OpenBSD-Regress-ID: 965bda1f95f09a765050707340c73ad755f41167
---
regress/unittests/match/tests.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/unittests/match/tests.c b/regress/unittests/match/tests.c
index 3d9af55f..fdadb6b9 100644
--- a/regress/unittests/match/tests.c
+++ b/regress/unittests/match/tests.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tests.c,v 1.5 2018/07/04 13:51:45 djm Exp $ */
+/* $OpenBSD: tests.c,v 1.6 2020/07/15 05:36:50 dtucker Exp $ */
/*
* Regress test for matching functions
*
@@ -105,7 +105,7 @@ tests(void)
#define CHECK_FILTER(string,filter,expected) \
do { \
- char *result = match_filter_blacklist((string), (filter)); \
+ char *result = match_filter_allowlist((string), (filter)); \
ASSERT_STRING_EQ(result, expected); \
free(result); \
} while (0)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list