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...

domruf committed on 2016-04-11 20:36:52
branch: default
tag: tip
changeset: 078136fd
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.

 M kallithea/controllers/compare.py (1 lines added, 0 lines removed)
 M kallithea/tests/vcs/test_git.py (4 lines added, 2 lines removed)
_______________________________________________
kallithea-general mailing list
kallithea-general@sfconservancy.org
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to