t5800: clarify skip message

The skip message takes about remote-hg while the tests are about the
general remote helper framework (and don't require hg). Correct the
message.
This commit is contained in:
Michael J Gruber
2012-03-03 19:53:38 +01:00
committed by Erik Faye-Lund
parent 6c18a84afb
commit 11fccc16c7

View File

@@ -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 helper tests, python not available'
test_done
fi
@@ -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 helper tests, python version < 2.4'
test_done
}