* gnulib-tool (func_create_testdir): Don't invoke 'ln'.
+2017-05-20 Bruno Haible <bruno@clisp.org>
+
+ 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 <bruno@clisp.org>
argp, tsearch tests: Fix file list.
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