aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-12 20:44:37 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-12 20:44:37 +1000
commitc4b44cbfcd39bf300e127d9b1faa17e9ca9081c9 (patch)
tree1245e8c415d689ac48e123f9799b48774a8af822 /fish_tests.c
parent226fef0255d8ff7a238ee8922a16145d803614e6 (diff)
Twek messages in fish_test
darcs-hash:20051012104437-ac50b-685f5ce475d34e68623b61556f4f0995f2f0081f.gz
Diffstat (limited to 'fish_tests.c')
-rw-r--r--fish_tests.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fish_tests.c b/fish_tests.c
index c1009641..613bd916 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();