Skip to content

Commit

Permalink
Merge pull request #632 from ejohnstown/disable-grace
Browse files Browse the repository at this point in the history
Test Fixes
  • Loading branch information
JacobBarthelmeh authored Dec 6, 2023
2 parents fb21190 + 7e17dc9 commit 3905a05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/wolfsshd/test/run_all_sshd_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3905a05

Please sign in to comment.