diff --git a/apps/wolfsshd/test/run_all_sshd_tests.sh b/apps/wolfsshd/test/run_all_sshd_tests.sh index 7e4fb337..4c082d2c 100755 --- a/apps/wolfsshd/test/run_all_sshd_tests.sh +++ b/apps/wolfsshd/test/run_all_sshd_tests.sh @@ -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)) diff --git a/configure.ac b/configure.ac index ffb0378c..280451af 100644 --- a/configure.ac +++ b/configure.ac @@ -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