mirror of
https://github.com/uutils/diffutils.git
synced 2026-05-06 14:17:17 -04:00
When running the upstream test suite, fetch missing tests/init.sh (fixes #90)
This commit is contained in:
@@ -59,6 +59,10 @@ cd src
|
||||
ln -s "$binary" diff
|
||||
cd ../tests
|
||||
|
||||
# Fetch tests/init.sh from the gnulib repository (needed since
|
||||
# https://git.savannah.gnu.org/cgit/diffutils.git/commit/tests?id=1d2456f539)
|
||||
curl -s "$gitserver/gitweb/?p=gnulib.git;a=blob_plain;f=tests/init.sh;hb=HEAD" -o init.sh
|
||||
|
||||
if [[ -n "$TESTS" ]]
|
||||
then
|
||||
tests="$TESTS"
|
||||
|
||||
Reference in New Issue
Block a user