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();