From: Eric Blake Date: Mon, 23 Nov 2009 22:23:39 +0000 (-0700) Subject: tests: fix link failure on cygwin X-Git-Tag: v8.2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b498c58013ddee24497245539f7192b78a58bc35;p=thirdparty%2Fcoreutils.git tests: fix link failure on cygwin Counterpart to commit 8fe40b84bd8, since test-link.c uses rename, and we override gnulib with a rename() replacement that can xalloc_die. * gl/modules/link-tests.diff: New file. --- diff --git a/gl/modules/link-tests.diff b/gl/modules/link-tests.diff new file mode 100644 index 0000000000..5d0cbc10b0 --- /dev/null +++ b/gl/modules/link-tests.diff @@ -0,0 +1,9 @@ +diff --git i/modules/link-tests w/modules/link-tests +index d8e7b1a..aca0e74 100644 +--- i/modules/link-tests ++++ w/modules/link-tests +@@ -12,3 +12,4 @@ configure.ac: + Makefile.am: + TESTS += test-link + check_PROGRAMS += test-link ++test_link_LDADD = $(LDADD) @LIBINTL@