diff options
author | Eric Blake <ebb9@byu.net> | 2009-11-23 15:23:39 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-11-24 06:36:13 -0700 |
commit | b498c58013ddee24497245539f7192b78a58bc35 (patch) | |
tree | ea28a8479f00d93cde9ba6fb80cdc1ae94557841 /gl/modules | |
parent | f9d0bb8481bed4cea5994ed8aae49fcf52c0e604 (diff) | |
download | coreutils-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/modules')
-rw-r--r-- | gl/modules/link-tests.diff | 9 |
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@ |