Skip to content

Commit c0e1ba4

Browse files
felipecgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e4f0e34 commit c0e1ba4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

contrib/remote-helpers/test-bzr.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,6 @@ if ! "$PYTHON_PATH" -c 'import bzrlib'; then
1717
test_done
1818
fi
1919

20-
cmd='
21-
import bzrlib
22-
bzrlib.initialize()
23-
import bzrlib.plugin
24-
bzrlib.plugin.load_plugins()
25-
import bzrlib.plugins.fastimport
26-
'
27-
28-
if ! "$PYTHON_PATH" -c "$cmd"; then
29-
echo "consider setting BZR_PLUGIN_PATH=$HOME/.bazaar/plugins" 1>&2
30-
skip_all='skipping remote-bzr tests; bzr-fastimport not available'
31-
test_done
32-
fi
33-
3420
check () {
3521
(cd $1 &&
3622
git log --format='%s' -1 &&

0 commit comments

Comments
 (0)