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, 0 insertions, 10 deletions
diff --git a/tests/rfc5280time_small.test b/tests/rfc5280time_small.test
deleted file mode 100755
index 3730597..0000000
--- a/tests/rfc5280time_small.test
+++ /dev/null
@@ -1,10 +0,0 @@
1#!/bin/sh
2set -e
3echo 1..2
4TEST=./rfc5280time
5if [ -e ./rfc5280time.exe ]; then
6 TEST=./rfc5280time.exe
7fi
8$TEST
9echo "ok 1"
10echo "ok 2 - rfc5280time_64-bit # SKIP this system is unable to represent times past 2038"