X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xstrtol.c;h=6aa5e895ccd5fe1fffc3eb85562337162927df87;hb=671c12a294b419dea55386aff04bef713d841020;hp=fa9cf72a45327872018282e79e49dc8a4475d44a;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/test-xstrtol.c b/tests/test-xstrtol.c index fa9cf72a4..6aa5e895c 100644 --- a/tests/test-xstrtol.c +++ b/tests/test-xstrtol.c @@ -1,6 +1,6 @@ /* Test of xstrtol module. Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. + 2006, 2007, 2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,6 +32,12 @@ char *program_name; +/* Don't show the program name in error messages. */ +static void +print_no_progname (void) +{ +} + int main (int argc, char **argv) { @@ -39,6 +45,8 @@ main (int argc, char **argv) int i; program_name = argv[0]; + error_print_progname = print_no_progname; + for (i = 1; i < argc; i++) { char *p;