remote-helpers: test: cleanup style
[gitweb.git] / contrib / remote-helpers / test-hg-bidi.sh
index f5696977342fc91f85a6d8b564677e6ace8a78d0..2c693d07d9ac3071cee9109576c48e3cc06c7045 100755 (executable)
@@ -15,7 +15,7 @@ if ! test_have_prereq PYTHON; then
        test_done
 fi
 
-if ! "$PYTHON_PATH" -c 'import mercurial'; then
+if ! python -c 'import mercurial'; then
        skip_all='skipping remote-hg tests; mercurial not available'
        test_done
 fi