From: Felipe Contreras Date: Thu, 4 Apr 2013 15:36:18 +0000 (-0600) Subject: remote-bzr: remove stale check code for tests X-Git-Tag: v1.8.3-rc0~92^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0e1ba4e1792184964614987d67f9accfeb2cb84;p=thirdparty%2Fgit.git remote-bzr: remove stale check code for tests The fastimport plugin was only required in the early stage of development. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/test-bzr.sh b/contrib/remote-helpers/test-bzr.sh index b81052b61f..8450432018 100755 --- a/contrib/remote-helpers/test-bzr.sh +++ b/contrib/remote-helpers/test-bzr.sh @@ -17,20 +17,6 @@ if ! "$PYTHON_PATH" -c 'import bzrlib'; then test_done fi -cmd=' -import bzrlib -bzrlib.initialize() -import bzrlib.plugin -bzrlib.plugin.load_plugins() -import bzrlib.plugins.fastimport -' - -if ! "$PYTHON_PATH" -c "$cmd"; then - echo "consider setting BZR_PLUGIN_PATH=$HOME/.bazaar/plugins" 1>&2 - skip_all='skipping remote-bzr tests; bzr-fastimport not available' - test_done -fi - check () { (cd $1 && git log --format='%s' -1 &&