]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t5800-remote-helpers.sh
Merge branch 'gs/usage-to-stdout'
[git.git] / t / t5800-remote-helpers.sh
index 22c7df47fb2dccd8c3468b6c136fe3eb268e50d3..4ee7b65ce6d86be5f4debec6ca5021231e8d69de 100755 (executable)
@@ -9,13 +9,13 @@ test_description='Test remote-helper import and export commands'
 
 if test_have_prereq PYTHON && "$PYTHON_PATH" -c '
 import sys
-if sys.hexversion < 0x02050000:
+if sys.hexversion < 0x02040000:
     sys.exit(1)
 '
 then
        :
 else
-       say 'skipping git remote-testgit tests: requires Python 2.5 or newer'
+       say 'skipping git remote-testgit tests: requires Python 2.4 or newer'
        test_done
 fi