summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-11-23 15:23:39 -0700
committerEric Blake <ebb9@byu.net>2009-11-24 06:36:13 -0700
commitb498c58013ddee24497245539f7192b78a58bc35 (patch)
treeea28a8479f00d93cde9ba6fb80cdc1ae94557841 /gl
parentf9d0bb8481bed4cea5994ed8aae49fcf52c0e604 (diff)
downloadcoreutils-b498c58013ddee24497245539f7192b78a58bc35.tar.xz
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.
Diffstat (limited to 'gl')
-rw-r--r--gl/modules/link-tests.diff9
1 files changed, 9 insertions, 0 deletions
diff --git a/gl/modules/link-tests.diff b/gl/modules/link-tests.diff
new file mode 100644
index 000000000..5d0cbc10b
--- /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@