We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9103365 + c1b66e4 commit d07c043Copy full SHA for d07c043
tests/run-upstream-testsuite.sh
@@ -59,6 +59,10 @@ cd src
59
ln -s "$binary" diff
60
cd ../tests
61
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
+
66
if [[ -n "$TESTS" ]]
67
then
68
tests="$TESTS"
0 commit comments