##// END OF EJS Templates
test-convert-git: skip tests with invalid path characters on Windows
Matt Harbison -
r28940:4a359b8f default
parent child Browse files
Show More
@@ -730,6 +730,8 b' damage git repository by renaming a tree'
730 730 $ hg convert git-repo4 git-repo4-broken-hg 2>&1 | grep 'abort:'
731 731 abort: cannot read changes in 1c0ce3c5886f83a1d78a7b517cdff5cf9ca17bdd
732 732
733 #if no-windows
734
733 735 test for escaping the repo name (CVE-2016-3069)
734 736
735 737 $ git init '`echo pwned >COMMAND-INJECTION`'
@@ -746,3 +748,6 b' test for escaping the repo name (CVE-201'
746 748 updating bookmarks
747 749 $ test -f COMMAND-INJECTION
748 750 [1]
751
752 #endif
753
General Comments 0
You need to be logged in to leave comments. Login now