Files
libressl/tests/rfc5280time_small.test
2024-05-26 07:44:05 +02:00

11 lines
225 B
Bash
Executable File

#!/bin/sh
echo 1..1
TEST=./rfc5280
if [ -e ./rfc5280.exe ]; then
TEST=./rfc5280.exe
fi
# map test failure to XFAIL and success to XPASS
$TEST || echo -n "not "
echo "ok # this system is unable to represent times past 2038"