summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 1f71761fa..bb8806818 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -225,5 +225,7 @@ unit:
225 $$V ${.OBJDIR}/unittests/hostkeys/test_hostkeys \ 225 $$V ${.OBJDIR}/unittests/hostkeys/test_hostkeys \
226 -d ${.CURDIR}/unittests/hostkeys/testdata ; \ 226 -d ${.CURDIR}/unittests/hostkeys/testdata ; \
227 $$V ${.OBJDIR}/unittests/match/test_match ; \ 227 $$V ${.OBJDIR}/unittests/match/test_match ; \
228 $$V ${.OBJDIR}/unittests/utf8/test_utf8 ; \ 228 if test "x${TEST_SSH_UTF8}" = "xyes" ; then \
229 $$V ${.OBJDIR}/unittests/utf8/test_utf8 ; \
230 fi \
229 fi 231 fi