Skip to content

Commit

Permalink
When running the upstream test suite, fetch missing tests/init.sh (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN committed Sep 26, 2024
1 parent 9103365 commit c1b66e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/run-upstream-testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1b66e4

Please sign in to comment.