diff options
author | Théophane Hufschmitt <theophane@hufschmitt.net> | 2022-04-07 17:31:12 +0200 |
---|---|---|
committer | Théophane Hufschmitt <theophane@hufschmitt.net> | 2022-04-07 17:31:12 +0200 |
commit | 305d3a0ec3c7d53a5ceffee239c6cd4949f99423 (patch) | |
tree | 0e5d8758c73a0849d1dcaf4a33394e17a209c701 /tests/fetchGit.sh | |
parent | 1e1cd6e7a926097683da366983cc362c2430867d (diff) |
Test fetchgit with path containing a `.` segment
Diffstat (limited to 'tests/fetchGit.sh')
-rw-r--r-- | tests/fetchGit.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fetchGit.sh b/tests/fetchGit.sh index ac23be5c0..9179e2071 100644 --- a/tests/fetchGit.sh +++ b/tests/fetchGit.sh @@ -7,7 +7,9 @@ fi clearStore -repo=$TEST_ROOT/git +# Intentionally not in a canonical form +# See https://github.com/NixOS/nix/issues/6195 +repo=$TEST_ROOT/./git export _NIX_FORCE_HTTP=1 |