diff options
author | Brent Cook <bcook@openbsd.org> | 2015-10-18 11:18:23 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-10-18 11:18:23 -0500 |
commit | 2c168b712784d77e46c01b14f1f25b9d65d2cf26 (patch) | |
tree | 30f50768b1391faa86ff23b8a673829b4ed6f93f /tests/rfc5280time_small.test | |
parent | b28e5bedab4ebddd9f93816150832c591bcd4c3e (diff) | |
download | portable-2c168b712784d77e46c01b14f1f25b9d65d2cf26.tar.gz portable-2c168b712784d77e46c01b14f1f25b9d65d2cf26.tar.bz2 portable-2c168b712784d77e46c01b14f1f25b9d65d2cf26.zip |
move rfc5280time to rfc5280time_small
Having the same name as the executable confuses the driver, and it runs
the wrong thing.
Diffstat (limited to 'tests/rfc5280time_small.test')
-rwxr-xr-x | tests/rfc5280time_small.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/rfc5280time_small.test b/tests/rfc5280time_small.test new file mode 100755 index 0000000..3730597 --- /dev/null +++ b/tests/rfc5280time_small.test | |||
@@ -0,0 +1,10 @@ | |||
1 | #!/bin/sh | ||
2 | set -e | ||
3 | echo 1..2 | ||
4 | TEST=./rfc5280time | ||
5 | if [ -e ./rfc5280time.exe ]; then | ||
6 | TEST=./rfc5280time.exe | ||
7 | fi | ||
8 | $TEST | ||
9 | echo "ok 1" | ||
10 | echo "ok 2 - rfc5280time_64-bit # SKIP this system is unable to represent times past 2038" | ||