File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ test_expect_success \
35
35
test_have_prereq !POSIXPERM ||
36
36
chmod +x exec.sh
37
37
} &&
38
- echo "utf-8" >utf-8.file &&
39
38
svn_cmd import -m "import for git svn" . "$svnrepo" >/dev/null
40
39
) &&
41
40
rm -rf import &&
@@ -188,13 +187,11 @@ test_expect_success !MINGW "$name" '
188
187
name=" commit with UTF-8 message: locale: $GIT_SVN_LC_ALL "
189
188
LC_ALL=" $GIT_SVN_LC_ALL "
190
189
export LC_ALL
191
- test_expect_success UTF8 " $name " '
192
- rm -f "$GIT_DIR"/index &&
193
- git checkout -f -b mybranch5 ${remotes_git_svn} &&
194
- echo "# hello" >> utf-8.file &&
195
- git update-index utf-8.file &&
196
- git commit -m "éï∏" &&
197
- git svn set-tree HEAD'
190
+ test_expect_success ! MINGW,UTF8 " $name " "
191
+ echo '# hello' >> exec-2.sh &&
192
+ git update-index exec-2.sh &&
193
+ git commit -m 'éï∏' &&
194
+ git svn set-tree HEAD"
198
195
unset LC_ALL
199
196
200
197
name=' test fetch functionality (svn => git) with alternate GIT_SVN_ID'
You can’t perform that action at this time.
0 commit comments