mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: Remove trailing whitespace
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Pavol Žáčik <pzacik@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -229,10 +229,10 @@ else()
|
||||
set(DROPBEAR_EXECUTABLE "/bin/false")
|
||||
endif()
|
||||
|
||||
find_program(PUTTY_EXECUTABLE
|
||||
NAMES
|
||||
plink
|
||||
plink.exe
|
||||
find_program(PUTTY_EXECUTABLE
|
||||
NAMES
|
||||
plink
|
||||
plink.exe
|
||||
putty # Fallback for systems where plink isn't separate
|
||||
DOC "Path to PuTTY plink executable for automated tests")
|
||||
|
||||
@@ -242,10 +242,10 @@ else()
|
||||
set(PUTTY_EXECUTABLE "/bin/putty-not-found")
|
||||
endif()
|
||||
|
||||
find_program(PUTTYGEN_EXECUTABLE
|
||||
NAMES
|
||||
puttygen
|
||||
puttygen.exe
|
||||
find_program(PUTTYGEN_EXECUTABLE
|
||||
NAMES
|
||||
puttygen
|
||||
puttygen.exe
|
||||
DOC "Path to PuTTYgen executable for key conversion")
|
||||
|
||||
if (PUTTYGEN_EXECUTABLE)
|
||||
|
||||
Reference in New Issue
Block a user