tests: avoid a spurious failure on NetBSD
commitfb214402c043a70581f19d4856a81362a5a1a0d6
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 18 Dec 2012 11:20:23 +0000 (18 12:20 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 18 Dec 2012 13:47:39 +0000 (18 14:47 +0100)
tree0f81a2fe7d2202f616f46867545089de22e41483
parentf4eceb86c31f0d9b1cb76aa88d57676ebb48b342
tests: avoid a spurious failure on NetBSD

* t/tags-pr12372.sh (configure.ac): AC_SUBST the LINK variable to a
dummy invocation, to avoid possible errors from make or the linker;
errors we do not care about in the least in this test.
(Makefile.am, sub/Makefile.am): Remove LINK definitions; simply
inherit that in configure.ac.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/tags-pr12372.sh