mirror of
https://github.com/git/git.git
synced 2026-02-13 11:21:10 +00:00
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:
committed by
Erik Faye-Lund
parent
6c18a84afb
commit
11fccc16c7
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user