Skip to content

Commit

Permalink
Skip 64bit expiry time test on 32bit time_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Dec 5, 2024
1 parent c9b7866 commit 6b4611d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regress/key-options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,6 @@ check_valid_before "default" "" "pass"
check_valid_before "invalid" 'expiry-time="INVALID"' "fail"
check_valid_before "expired" 'expiry-time="19990101"' "fail"
check_valid_before "valid" 'expiry-time="20380101"' "pass"
if ! config_defined "SIZEOF_TIME_T 4"; then
check_valid_before "valid-64b" 'expiry-time="25250101"' "pass"
fi

0 comments on commit 6b4611d

Please sign in to comment.