summaryrefslogtreecommitdiff
path: root/contrib/remote-helpers/test-hg-hg-git.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-14 04:36:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-15 19:30:36 (GMT)
commiteb7976e7dddf70f0f4a7d05e3d86a33bf163abf2 (patch)
tree65eae2cd4d6ffd71400c97231d88bd034f72f5cd /contrib/remote-helpers/test-hg-hg-git.sh
parentb387c77b12953d543bf5efc3825b5be26d753f9c (diff)
downloadgit-eb7976e7dddf70f0f4a7d05e3d86a33bf163abf2.zip
git-eb7976e7dddf70f0f4a7d05e3d86a33bf163abf2.tar.gz
git-eb7976e7dddf70f0f4a7d05e3d86a33bf163abf2.tar.bz2
remote-hg: trivial cleanups
Drop unused "global", and remove redundant comparison of two files. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers/test-hg-hg-git.sh')
-rwxr-xr-xcontrib/remote-helpers/test-hg-hg-git.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/remote-helpers/test-hg-hg-git.sh b/contrib/remote-helpers/test-hg-hg-git.sh
index 8440341..0c36573 100755
--- a/contrib/remote-helpers/test-hg-hg-git.sh
+++ b/contrib/remote-helpers/test-hg-hg-git.sh
@@ -455,8 +455,6 @@ test_expect_success 'hg author' '
git_log gitrepo-$x > git-log-$x
done &&
- test_cmp git-log-hg git-log-git &&
-
test_cmp hg-log-hg hg-log-git &&
test_cmp git-log-hg git-log-git
'