X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-filenamecat.c;h=d102ef627fd2402a06f9ba9e22216a1e0fe3635d;hb=f6778f81e486e47949f28d4160f099089797224b;hp=879a186aca717b25b9169cb701c2aa51071814ad;hpb=8cf0c73a90c0ec49b4db7bd44bc1ac7ebf8d3990;p=gnulib.git diff --git a/tests/test-filenamecat.c b/tests/test-filenamecat.c index 879a186ac..d102ef627 100644 --- a/tests/test-filenamecat.c +++ b/tests/test-filenamecat.c @@ -1,6 +1,6 @@ /* Test of concatenation of two arbitrary file names. - Copyright (C) 1996-2007 Free Software Foundation, Inc. + Copyright (C) 1996-2007, 2009 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 @@ -26,8 +26,10 @@ #include #include +#include "progname.h" + int -main () +main (int argc, char *argv[]) { static char const *const tests[][3] = { @@ -46,6 +48,9 @@ main () }; unsigned int i; bool fail = false; + + set_program_name (argv[0]); + for (i = 0; i < sizeof tests / sizeof tests[0]; i++) { char *base_in_result;