move rfc5280time to rfc5280time_small

Having the same name as the executable confuses the driver, and it runs
the wrong thing.
This commit is contained in:
Brent Cook
2015-10-18 11:18:23 -05:00
parent b28e5bedab
commit 2c168b7127
2 changed files with 2 additions and 2 deletions

10
tests/rfc5280time_small.test Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
set -e
echo 1..2
TEST=./rfc5280time
if [ -e ./rfc5280time.exe ]; then
TEST=./rfc5280time.exe
fi
$TEST
echo "ok 1"
echo "ok 2 - rfc5280time_64-bit # SKIP this system is unable to represent times past 2038"