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 \
3535 test_have_prereq !POSIXPERM ||
3636 chmod +x exec.sh
3737 } &&
38- echo "utf-8" >utf-8.file &&
3938 svn_cmd import -m "import for git svn" . "$svnrepo" >/dev/null
4039 ) &&
4140 rm -rf import &&
@@ -188,13 +187,11 @@ test_expect_success !MINGW "$name" '
188187name=" commit with UTF-8 message: locale: $GIT_SVN_LC_ALL "
189188LC_ALL=" $GIT_SVN_LC_ALL "
190189export 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"
198195unset LC_ALL
199196
200197name=' test fetch functionality (svn => git) with alternate GIT_SVN_ID'
You can’t perform that action at this time.
0 commit comments