##// END OF EJS Templates
tests: protect tests involving git ext::sh with git-ext-sh
Sean Farley -
r32902:642feee2 default
parent child Browse files
Show More
@@ -948,7 +948,7 b' damage git repository by renaming a tree'
948 $ hg convert git-repo4 git-repo4-broken-hg 2>&1 | grep 'abort:'
948 $ hg convert git-repo4 git-repo4-broken-hg 2>&1 | grep 'abort:'
949 abort: cannot read changes in 1c0ce3c5886f83a1d78a7b517cdff5cf9ca17bdd
949 abort: cannot read changes in 1c0ce3c5886f83a1d78a7b517cdff5cf9ca17bdd
950
950
951 #if no-windows
951 #if no-windows git19
952
952
953 test for escaping the repo name (CVE-2016-3069)
953 test for escaping the repo name (CVE-2016-3069)
954
954
@@ -1137,6 +1137,8 b' make sure we show changed files, rather '
1137 ? s/foobar.orig
1137 ? s/foobar.orig
1138 ? s/snake.python.orig
1138 ? s/snake.python.orig
1139
1139
1140 #if git19
1141
1140 test for Git CVE-2016-3068
1142 test for Git CVE-2016-3068
1141 $ hg init malicious-subrepository
1143 $ hg init malicious-subrepository
1142 $ cd malicious-subrepository
1144 $ cd malicious-subrepository
@@ -1178,3 +1180,5 b' whitelisting of ext should be respected '
1178 [255]
1180 [255]
1179 $ f -Dq pwned.txt
1181 $ f -Dq pwned.txt
1180 pwned: you asked for it
1182 pwned: you asked for it
1183
1184 #endif
General Comments 0
You need to be logged in to leave comments. Login now