Skip to content

Commit

Permalink
remote-helpers: fix failure message
Browse files Browse the repository at this point in the history
This is remote-testgit, not remote-hg.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Nov 26, 2012
1 parent 3b70526 commit 24a1ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t5800-remote-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_description='Test remote-helper import and export commands'
. ./test-lib.sh

if ! test_have_prereq PYTHON ; then
skip_all='skipping git-remote-hg tests, python not available'
skip_all='skipping remote-testgit tests, python not available'
test_done
fi

Expand All @@ -17,7 +17,7 @@ import sys
if sys.hexversion < 0x02040000:
sys.exit(1)
' || {
skip_all='skipping git-remote-hg tests, python version < 2.4'
skip_all='skipping remote-testgit tests, python version < 2.4'
test_done
}

Expand Down

0 comments on commit 24a1ea5

Please sign in to comment.