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:
10
tests/rfc5280time_small.test
Executable file
10
tests/rfc5280time_small.test
Executable 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"
|
Reference in New Issue
Block a user