From eb3ea5be256bf47cc58e0b48f825e32808dc0e20 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 27 Oct 2002 19:40:37 +0000 Subject: [PATCH] Bogus file is now bogus.ged (to make 'make distcheck' work). --- t/src/standalone.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/src/standalone.c b/t/src/standalone.c index d2a2f10..2a734dd 100644 --- a/t/src/standalone.c +++ b/t/src/standalone.c @@ -32,7 +32,7 @@ #include #include "utf8-locale.h" -#define BOGUS_FILE_NAME "Makefile.am" +#define BOGUS_FILE_NAME "bogus.ged" int total_conv_fails = 0; void show_help () @@ -49,7 +49,7 @@ void show_help () printf(" -da Debug setting: libgedcom + yacc debug messages\n"); printf(" -2 Run the test parse 2 times instead of once\n"); printf(" -3 Run the test parse 3 times instead of once\n"); - printf(" -b Parse a bogus file before parsing the main file\n"); + printf(" -b Parse a bogus file (bogus.ged) before parsing the main file\n"); printf(" -q No output to standard output\n"); printf(" -o File to generate output to (def. testgedcom.out)\n"); } -- 2.30.2