summaryrefslogtreecommitdiff
path: root/t/lex-multiple.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-19 00:09:30 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-19 00:14:58 +0200
commit478740deb00d19000ddbcd8a21789f1d65bd2c54 (patch)
treefb26ac3e5e4e1d0b8eadcfadd77ea9d85aae6c36 /t/lex-multiple.sh
parent0cca184f65b5397d9e52f32365ab962d5af2f7ea (diff)
downloadautomake-478740deb00d19000ddbcd8a21789f1d65bd2c54.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 't/lex-multiple.sh')
-rw-r--r--t/lex-multiple.sh2
1 files changed, 1 insertions, 1 deletions
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
: