Files
@ 078136fd83fb
Branch filter:
Location: kallithea/scripts/make-release
078136fd83fb
2.0 KiB
text/plain
tests: fix Git on Windows sometimes failing on ' or ` in file:/// URLs
Some Git versions will fail when cloning a repository like:
git clone file:///path/to/strange-file-'`foobar myclone
Since '` (and some other characters) are filtered anyway (in
lib.utils.repo_name_slug) I think this test doesn't need to test those
characters.
Some Git versions will fail when cloning a repository like:
git clone file:///path/to/strange-file-'`foobar myclone
Since '` (and some other characters) are filtered anyway (in
lib.utils.repo_name_slug) I think this test doesn't need to test those
characters.