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 | |
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.
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rwxr-xr-x | tests/rfc5280time_small.test (renamed from tests/rfc5280time.test) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a01b771..bb32142 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -264,11 +264,11 @@ rc4test_SOURCES = rc4test.c | |||
264 | check_PROGRAMS += rfc5280time | 264 | check_PROGRAMS += rfc5280time |
265 | rfc5280time_SOURCES = rfc5280time.c | 265 | rfc5280time_SOURCES = rfc5280time.c |
266 | if SMALL_TIME_T | 266 | if SMALL_TIME_T |
267 | TESTS += rfc5280time.test | 267 | TESTS += rfc5280time_small.test |
268 | else | 268 | else |
269 | TESTS += rfc5280time | 269 | TESTS += rfc5280time |
270 | endif | 270 | endif |
271 | EXTRA_DIST += rfc5280time.test | 271 | EXTRA_DIST += rfc5280time_small.test |
272 | 272 | ||
273 | # rmdtest | 273 | # rmdtest |
274 | TESTS += rmdtest | 274 | TESTS += rmdtest |
diff --git a/tests/rfc5280time.test b/tests/rfc5280time_small.test index 3730597..3730597 100755 --- a/tests/rfc5280time.test +++ b/tests/rfc5280time_small.test | |||