X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funiname%2Ftest-uninames.c;h=1408434bc86b21df7045c8684e504af746c2a4d6;hb=f6fe750d033c40b403688dc3eee9dbff468aa8f3;hp=492e786db7a469e9f54208f55ef7b1433f9f97e7;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/tests/uniname/test-uninames.c b/tests/uniname/test-uninames.c index 492e786db..1408434bc 100644 --- a/tests/uniname/test-uninames.c +++ b/tests/uniname/test-uninames.c @@ -1,5 +1,5 @@ /* Test the Unicode character name functions. - Copyright (C) 2000-2003, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2003, 2005, 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 @@ -22,6 +22,7 @@ #include "xalloc.h" #include "uniname.h" +#include "progname.h" /* The names according to the UnicodeData.txt file, modified to contain the Hangul syllable names, as described in the Unicode 3.0 book. */ @@ -249,6 +250,8 @@ main (int argc, char *argv[]) { int error = 0; + set_program_name (argv[0]); + fill_names (argv[1]); error |= test_name_lookup ();