Merge pull request #632 from ejohnstown/disable-grace

Test Fixes
pull/630/head
JacobBarthelmeh 2023-12-06 13:41:26 -07:00 committed by GitHub
commit 3905a05d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ fi
# these tests require setting up an sshd
if [ "$USING_LOCAL_HOST" == 1 ]; then
run_test "sshd_forcedcmd_test.sh"
run_test "sshd_login_grace_test.sh"
else
printf "Skipping tests that need to setup local SSHD\n"
SKIPPED=$((SKIPPED+1))

View File

@ -50,7 +50,6 @@ AC_PROG_INSTALL
AC_CHECK_SIZEOF([long long])
AC_CHECK_SIZEOF([long])
AC_CHECK_SIZEOF([off_t])
AC_CHECK_TYPES([__uint128_t])
AC_TYPE_SIZE_T
AC_TYPE_UINT8_T
AC_TYPE_UINTPTR_T