diff options
Diffstat (limited to 'tests/rfc5280time_small.test')
-rwxr-xr-x | tests/rfc5280time_small.test | 10 |
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 | ||
2 | echo 1..1 | ||
3 | TEST=./rfc5280 | ||
4 | if [ -e ./rfc5280.exe ]; then | ||
5 | TEST=./rfc5280.exe | ||
6 | fi | ||
7 | |||
8 | # map test failure to XFAIL and success to XPASS | ||
9 | $TEST || echo -n "not " | ||
10 | echo "ok # this system is unable to represent times past 2038" | ||