Remove trailing backslash on regress-unit-binaries

This commit is contained in:
Darren Tucker 2021-08-17 15:12:04 +10:00
parent b71b2508f1
commit 7d878679a4
1 changed files with 1 additions and 1 deletions

View File

@ -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