Simon Josefsson <si...@josefsson.org> wrote: > The self-test for filenamecat fails to build on darwin: > > http://autobuild.josefsson.org/gnulib/log-200901180512377089000.txt > > Which also breaks the canonicalize module: > > http://autobuild.josefsson.org/gnulib/log-200901180511842725000.txt > > The fstrcmp-tests has the same problem: > > http://autobuild.josefsson.org/gnulib/log-200901180513160251000.txt > > The problem is that the filenamecat.c and fstrcmp.c implementations uses > xalloc, which uses error, which requires a program_name symbol, and the > self-tests doesn't provide one.
Looks fine. Thanks!