From 478740deb00d19000ddbcd8a21789f1d65bd2c54 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 19 May 2013 00:09:30 +0200 Subject: [PATCH] tests: fix a spurious failure with FreeBSD make Failures due to known VPATH support issues in that make implementation (the same issues that have been causing the long-standing bug#7884). * t/lex-multiple.sh: Adjust. Signed-off-by: Stefano Lattarini --- t/lex-multiple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lex-multiple.sh b/t/lex-multiple.sh index 7383eaf2d..e804bb229 100644 --- a/t/lex-multiple.sh +++ b/t/lex-multiple.sh @@ -102,6 +102,6 @@ if ! cross_compiling; then : For shells with busted 'set -e'. fi -$MAKE distcheck +yl_distcheck : -- 2.47.2