Twek messages in fish_test

darcs-hash:20051012104437-ac50b-685f5ce475d34e68623b61556f4f0995f2f0081f.gz
This commit is contained in:
axel 2005-10-12 20:44:37 +10:00
parent 226fef0255
commit c4b44cbfcd

View file

@ -611,8 +611,10 @@ void perf_complete()
int main( int argc, char **argv ) int main( int argc, char **argv )
{ {
program_name=L"(ignore)";
say( L"Testing low-level functionality"); 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(); event_init();
exec_init(); exec_init();