Eric Blake wrote:
> I seem to recall that the mere use of the progname module was sufficient
> to satisfy a link failure that would otherwise occur if error() is
> called (via xmalloc or similar), even if the test-foo.c didn't directly
> use "progname.h".
Yes, this can happen. In these cases, it i
e that would otherwise occur if error() is
called (via xmalloc or similar), even if the test-foo.c didn't directly
use "progname.h". But I could be mistaken, and as long as things still
link on all platforms, then I'm okay with this change.
> 2011-06-17 Bruno Ha
tests/test-linkat.c
tests/test-renameat.c
tests/test-spawn-pipe-main.c
tests/test-spawn-pipe-child.c
tests/test-utimensat.c
This fixes it. Tested on MacOS X and mingw (two notable platforms with non-ELF
object file format).
2011-06-17 Bruno Haible
Tests: Remove unnecessary depe