aboutsummaryrefslogtreecommitdiff
path: root/tests/rfc5280time_small.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rfc5280time_small.test')
-rwxr-xr-xtests/rfc5280time_small.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/rfc5280time_small.test b/tests/rfc5280time_small.test
new file mode 100755
index 0000000..61e5a05
--- /dev/null
+++ b/tests/rfc5280time_small.test
@@ -0,0 +1,10 @@
1#!/bin/sh
2echo 1..1
3TEST=./rfc5280
4if [ -e ./rfc5280.exe ]; then
5 TEST=./rfc5280.exe
6fi
7
8# map test failure to XFAIL and success to XPASS
9$TEST || echo -n "not "
10echo "ok # this system is unable to represent times past 2038"