From bd97b09925d8e72b19804f831bc6237509bfbff1 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Fri, 4 Dec 2009 00:02:01 +0200 Subject: Sometimes SIGINTing the test suite leaves Makefile behind. So use -f for ln. It is safe. (cherry picked from commit d89a2c6d2c7148f6e890c0c11e64b92982d3f869) --- t/buildsystems/buildsystem_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/buildsystems/buildsystem_tests b/t/buildsystems/buildsystem_tests index 2204f3f5..1a9e21ca 100755 --- a/t/buildsystems/buildsystem_tests +++ b/t/buildsystems/buildsystem_tests @@ -604,7 +604,7 @@ sub do_rules_for_parallel { "make -f - $cmdline 2>&1 >/dev/null", $stdin); } -doit("ln", "-s", "parallel.mk", "Makefile"); +doit("ln", "-sf", "parallel.mk", "Makefile"); # Test if dh+override+$(MAKE) legacy punctuation hack work as before $ENV{MAKEFLAGS} = "-j5"; -- cgit v1.2.3