From 9b84b72c19830a6fc85addb49c0e0b615836a2c1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 30 Apr 2006 12:02:55 +0200 Subject: [PATCH] Renamed conf-test.t to conf-test.cf, because .t usually denotes inputs for build/tester. --- lib/conf-test.c | 2 +- lib/{conf-test.t => conf-test.cf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{conf-test.t => conf-test.cf} (100%) diff --git a/lib/conf-test.c b/lib/conf-test.c index 89e65bd3..0a4209da 100644 --- a/lib/conf-test.c +++ b/lib/conf-test.c @@ -187,7 +187,7 @@ main(int argc, char *argv[]) { log_init(argv[0]); cf_declare_section("top", &cf_top, 0); - cf_def_file = "lib/conf-test.t"; + cf_def_file = "lib/conf-test.cf"; int opt; while ((opt = cf_getopt(argc, argv, short_opts, long_opts, NULL)) >= 0) diff --git a/lib/conf-test.t b/lib/conf-test.cf similarity index 100% rename from lib/conf-test.t rename to lib/conf-test.cf -- 2.39.2