Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-helpers: fix failure message
author
Felipe Contreras
<felipe.contreras@gmail.com>
Sat, 24 Nov 2012 03:17:03 +0000
(
04:17
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Nov 2012 19:05:12 +0000
(11:05 -0800)
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>
t/t5800-remote-helpers.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3b70526
)
diff --git
a/t/t5800-remote-helpers.sh
b/t/t5800-remote-helpers.sh
index e7dc668cef22719a778fb0447534466b88aaa245..d46fa406f3266bc6ae19a6913928460324c9eec4 100755
(executable)
--- a/
t/t5800-remote-helpers.sh
+++ b/
t/t5800-remote-helpers.sh
@@
-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
@@
-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
}