mirror of https://github.com/wolfSSL/wolfssh.git
commit
3905a05d41
|
@ -64,7 +64,6 @@ fi
|
||||||
# these tests require setting up an sshd
|
# these tests require setting up an sshd
|
||||||
if [ "$USING_LOCAL_HOST" == 1 ]; then
|
if [ "$USING_LOCAL_HOST" == 1 ]; then
|
||||||
run_test "sshd_forcedcmd_test.sh"
|
run_test "sshd_forcedcmd_test.sh"
|
||||||
run_test "sshd_login_grace_test.sh"
|
|
||||||
else
|
else
|
||||||
printf "Skipping tests that need to setup local SSHD\n"
|
printf "Skipping tests that need to setup local SSHD\n"
|
||||||
SKIPPED=$((SKIPPED+1))
|
SKIPPED=$((SKIPPED+1))
|
||||||
|
|
|
@ -50,7 +50,6 @@ AC_PROG_INSTALL
|
||||||
AC_CHECK_SIZEOF([long long])
|
AC_CHECK_SIZEOF([long long])
|
||||||
AC_CHECK_SIZEOF([long])
|
AC_CHECK_SIZEOF([long])
|
||||||
AC_CHECK_SIZEOF([off_t])
|
AC_CHECK_SIZEOF([off_t])
|
||||||
AC_CHECK_TYPES([__uint128_t])
|
|
||||||
AC_TYPE_SIZE_T
|
AC_TYPE_SIZE_T
|
||||||
AC_TYPE_UINT8_T
|
AC_TYPE_UINT8_T
|
||||||
AC_TYPE_UINTPTR_T
|
AC_TYPE_UINTPTR_T
|
||||||
|
|
Loading…
Reference in New Issue