From f5142421c62024efa22cd4429100c4d9c1cc2ac4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 20 May 2017 13:24:37 +0200 Subject: [PATCH] gnulib-tool: Don't create hard links between gnulib and its testdirs. * gnulib-tool (func_create_testdir): Don't invoke 'ln'. --- ChangeLog | 5 +++++ gnulib-tool | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c34db39d1a..25a0f69f8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-20 Bruno Haible + + gnulib-tool: Don't create hard links between gnulib and its testdirs. + * gnulib-tool (func_create_testdir): Don't invoke 'ln'. + 2017-05-20 Bruno Haible argp, tsearch tests: Fix file list. diff --git a/gnulib-tool b/gnulib-tool index f3463b67e8..c5b993ad04 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -6084,7 +6084,6 @@ func_create_testdir () if test -n "$lookedup_tmp"; then cp -p "$lookedup_file" "$testdir/$g" else - ln "$lookedup_file" "$testdir/$g" 2>/dev/null || if func_should_symlink; then func_ln "$lookedup_file" "$testdir/$g" else -- 2.39.5