summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-08-17 07:12:04 +0200
committerDarren Tucker <dtucker@dtucker.net>2021-08-17 07:12:04 +0200
commit7d878679a4b155a359d32104ff473f789501748d (patch)
treef1ceeb6c5b7bdd5d58e4492ea48f7e34e675ea00 /Makefile.in
parentPut stdint.h inside HAVE_STDINT_H. (diff)
downloadopenssh-7d878679a4b155a359d32104ff473f789501748d.tar.xz
openssh-7d878679a4b155a359d32104ff473f789501748d.zip
Remove trailing backslash on regress-unit-binaries
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index abf51d0e2..b0293841a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -704,7 +704,7 @@ regress-unit-binaries: regress-prep $(REGRESSLIBS) \
regress/unittests/sshbuf/test_sshbuf$(EXEEXT) \
regress/unittests/sshkey/test_sshkey$(EXEEXT) \
regress/unittests/sshsig/test_sshsig$(EXEEXT) \
- regress/unittests/utf8/test_utf8$(EXEEXT) \
+ regress/unittests/utf8/test_utf8$(EXEEXT)
tests: file-tests t-exec interop-tests unit
echo all tests passed