From 2c168b712784d77e46c01b14f1f25b9d65d2cf26 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 18 Oct 2015 11:18:23 -0500 Subject: [PATCH] move rfc5280time to rfc5280time_small Having the same name as the executable confuses the driver, and it runs the wrong thing. --- tests/Makefile.am | 4 ++-- tests/{rfc5280time.test => rfc5280time_small.test} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/{rfc5280time.test => rfc5280time_small.test} (100%) 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 check_PROGRAMS += rfc5280time rfc5280time_SOURCES = rfc5280time.c if SMALL_TIME_T -TESTS += rfc5280time.test +TESTS += rfc5280time_small.test else TESTS += rfc5280time endif -EXTRA_DIST += rfc5280time.test +EXTRA_DIST += rfc5280time_small.test # rmdtest TESTS += rmdtest diff --git a/tests/rfc5280time.test b/tests/rfc5280time_small.test similarity index 100% rename from tests/rfc5280time.test rename to tests/rfc5280time_small.test