mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Twek messages in fish_test
darcs-hash:20051012104437-ac50b-685f5ce475d34e68623b61556f4f0995f2f0081f.gz
This commit is contained in:
parent
226fef0255
commit
c4b44cbfcd
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue