summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/test-hg-hg-git.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-26 20:00:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-26 20:00:48 (GMT)
commite27004e341c65fede65348f07e00f63bf11efd96 (patch)
treee55fc62ca24a0357a6b365aa3cc961b553550c2c /contrib/remote-helpers/test-hg-hg-git.sh
parentcd33b41c695be45974be38fb2f47768fc1b17190 (diff)
parent4a9a4f0ec1daaccb88cdf507375ca64696dfe167 (diff)
downloadgit-e27004e341c65fede65348f07e00f63bf11efd96.zip
git-e27004e341c65fede65348f07e00f63bf11efd96.tar.gz
git-e27004e341c65fede65348f07e00f63bf11efd96.tar.bz2
Sync with 1.8.2.2
Diffstat (limited to 'contrib/remote-helpers/test-hg-hg-git.sh')
-rwxr-xr-xcontrib/remote-helpers/test-hg-hg-git.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/remote-helpers/test-hg-hg-git.sh b/contrib/remote-helpers/test-hg-hg-git.sh
index 253e65a..8440341 100755
--- a/contrib/remote-helpers/test-hg-hg-git.sh
+++ b/contrib/remote-helpers/test-hg-hg-git.sh
@@ -103,10 +103,11 @@ setup () {
git config --global receive.denycurrentbranch warn
git config --global remote-hg.hg-git-compat true
- export HGEDITOR=/usr/bin/true
+ HGEDITOR=/usr/bin/true
- export GIT_AUTHOR_DATE="2007-01-01 00:00:00 +0230"
- export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"
+ GIT_AUTHOR_DATE="2007-01-01 00:00:00 +0230"
+ GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"
+ export HGEDITOR GIT_AUTHOR_DATE GIT_COMMITTER_DATE
}
setup
@@ -296,7 +297,8 @@ test_expect_success 'encoding' '
git add alpha &&
git commit -m "add älphà" &&
- export GIT_AUTHOR_NAME="tést èncödîng" &&
+ GIT_AUTHOR_NAME="tést èncödîng" &&
+ export GIT_AUTHOR_NAME &&
echo beta > beta &&
git add beta &&
git commit -m "add beta" &&