[openssh-commits] [openssh] 01/02: Remove trailing backslash on regress-unit-binaries
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Aug 18 12:53:44 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 7d878679a4b155a359d32104ff473f789501748d
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Aug 17 15:12:04 2021 +1000
Remove trailing backslash on regress-unit-binaries
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index abf51d0e..b0293841 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list