mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07: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
|
ln -s "$binary" diff
|
||||||
cd ../tests
|
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" ]]
|
if [[ -n "$TESTS" ]]
|
||||||
then
|
then
|
||||||
tests="$TESTS"
|
tests="$TESTS"
|
||||||
|
|||||||
Reference in New Issue
Block a user