Skip to content

Commit c1b66e4

Browse files
committed
When running the upstream test suite, fetch missing tests/init.sh (fixes #90)
1 parent 9103365 commit c1b66e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/run-upstream-testsuite.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ cd src
5959
ln -s "$binary" diff
6060
cd ../tests
6161

62+
# Fetch tests/init.sh from the gnulib repository (needed since
63+
# https://git.savannah.gnu.org/cgit/diffutils.git/commit/tests?id=1d2456f539)
64+
curl -s "$gitserver/gitweb/?p=gnulib.git;a=blob_plain;f=tests/init.sh;hb=HEAD" -o init.sh
65+
6266
if [[ -n "$TESTS" ]]
6367
then
6468
tests="$TESTS"

0 commit comments

Comments
 (0)