From c4b44cbfcd39bf300e127d9b1faa17e9ca9081c9 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 12 Oct 2005 20:44:37 +1000 Subject: [PATCH] Twek messages in fish_test darcs-hash:20051012104437-ac50b-685f5ce475d34e68623b61556f4f0995f2f0081f.gz --- fish_tests.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fish_tests.c b/fish_tests.c index c10096410..613bd916c 100644 --- a/fish_tests.c +++ b/fish_tests.c @@ -611,8 +611,10 @@ void perf_complete() int main( int argc, char **argv ) { + program_name=L"(ignore)"; + say( L"Testing low-level functionality"); - say( L"Lines beginning with 'fish:' are not errors, they are warning messages\ngenerated by the fish parser library when given broken input, and can be\nignored. All errors begin with 'Error:'." ); + say( L"Lines beginning with '(ignore):' are not errors, they are warning messages\ngenerated by the fish parser library when given broken input, and can be\nignored. All actual errors begin with 'Error:'." ); event_init(); exec_init();