mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Twek messages in fish_test
darcs-hash:20051012104437-ac50b-685f5ce475d34e68623b61556f4f0995f2f0081f.gz
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user