diff options
Diffstat (limited to 'tests/asn1time_small.test')
-rwxr-xr-x | tests/asn1time_small.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/asn1time_small.test b/tests/asn1time_small.test new file mode 100755 index 0000000..94fbebf --- /dev/null +++ b/tests/asn1time_small.test | |||
@@ -0,0 +1,10 @@ | |||
1 | #!/bin/sh | ||
2 | echo 1..1 | ||
3 | TEST=./asn1time | ||
4 | if [ -e ./asn1time.exe ]; then | ||
5 | TEST=./asn1time.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" | ||