Hash : 2c168b71 Author : Date : 2015-10-18T11:18:23
move rfc5280time to rfc5280time_small Having the same name as the executable confuses the driver, and it runs the wrong thing.
Download
1 2 3 4 5 6 7 8 9 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"