Merge pull request #91 from oSoMoN/upstream-test-suite-fetch-init-issue90

When running the upstream test suite, fetch missing tests/init.sh (fixes #90)
This commit is contained in:
Sylvestre Ledru
2024-09-27 07:57:43 +02:00
committed by GitHub
+4
View File
@@ -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"