diff options
| author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2022-11-16 00:40:14 +0100 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-11-15 20:05:02 -0500 |
| commit | 23fb328c8de7d4ad07360629109cf1b5fa42daa6 (patch) | |
| tree | c573a238bb252df28c3b27abeb5aad05c83e95be /diff.c | |
| parent | t7610: fix flaky timeout issue, don't clone from example.com (diff) | |
| download | git-23fb328c8de7d4ad07360629109cf1b5fa42daa6.tar.gz git-23fb328c8de7d4ad07360629109cf1b5fa42daa6.zip | |
t7610: use "file:///dev/null", not "/dev/null", fixes MinGW
On MinGW the "/dev/null" is translated to "nul" on command-lines, even
though as in this case it'll never end up referring to an actual file.
So on Windows the fix for the previous "example.com" timeout issue in
8354cf752ec (t7610: fix flaky timeout issue, don't clone from
example.com, 2022-11-05) would yield:
fatal: repo URL: 'nul' must be absolute or begin with ./|../
Let's evade this yet again by prefixing this with "file://", which
makes this pass in the Windows CI.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions
