aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-18 11:18:23 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-18 11:18:23 -0500
commit2c168b712784d77e46c01b14f1f25b9d65d2cf26 (patch)
tree30f50768b1391faa86ff23b8a673829b4ed6f93f
parentb28e5bedab4ebddd9f93816150832c591bcd4c3e (diff)
downloadportable-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.am4
-rwxr-xr-xtests/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
264check_PROGRAMS += rfc5280time 264check_PROGRAMS += rfc5280time
265rfc5280time_SOURCES = rfc5280time.c 265rfc5280time_SOURCES = rfc5280time.c
266if SMALL_TIME_T 266if SMALL_TIME_T
267TESTS += rfc5280time.test 267TESTS += rfc5280time_small.test
268else 268else
269TESTS += rfc5280time 269TESTS += rfc5280time
270endif 270endif
271EXTRA_DIST += rfc5280time.test 271EXTRA_DIST += rfc5280time_small.test
272 272
273# rmdtest 273# rmdtest
274TESTS += rmdtest 274TESTS += 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