diff --git a/tests/branch-bundle.t b/tests/branch-bundle.t index 82852dd..6d0b507 100644 --- a/tests/branch-bundle.t +++ b/tests/branch-bundle.t @@ -20,6 +20,7 @@ Load plugin from b1. $ antigen-bundle $PLUGIN_DIR --branch=b1 Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done Switched to a new branch 'b1' Branch b1 set up to track remote branch b1 from origin. $ hehe @@ -34,5 +35,6 @@ Load plugin from master. $ antigen-bundle $PLUGIN_DIR Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done $ hehe hehe diff --git a/tests/bundle.t b/tests/bundle.t index 781eabe..145dc8f 100644 --- a/tests/bundle.t +++ b/tests/bundle.t @@ -3,6 +3,7 @@ Load plugin from master. $ antigen-bundle $PLUGIN_DIR Cloning into '*'... (glob) done. + Checking connectivity... done $ hehe hehe @@ -23,6 +24,7 @@ module. $ antigen-bundle $PLUGIN_DIR2 Cloning into '*'... (glob) done. + Checking connectivity... done $ hehe2 hehe2 diff --git a/tests/bundles.t b/tests/bundles.t index 297991a..5ec2456 100644 --- a/tests/bundles.t +++ b/tests/bundles.t @@ -3,8 +3,10 @@ Add multiple bundles. $ echo "$PLUGIN_DIR\n$PLUGIN_DIR2" | antigen-bundles Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done Check if they are both applied. @@ -23,8 +25,10 @@ Specify with indentation. $ echo " $PLUGIN_DIR\n $PLUGIN_DIR2" | antigen-bundles Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done Again, check if they are both applied. diff --git a/tests/cleanup.t b/tests/cleanup.t index f0b6489..f975f8d 100644 --- a/tests/cleanup.t +++ b/tests/cleanup.t @@ -8,9 +8,11 @@ Load the plugins. $ antigen-bundle $PLUGIN_DIR Cloning into '*'... (glob) done. + Checking connectivity... done $ antigen-bundle $PLUGIN_DIR2 Cloning into '*'... (glob) done. + Checking connectivity... done Check the listing. diff --git a/tests/list.t b/tests/list.t index 07f54cd..4db8a0e 100644 --- a/tests/list.t +++ b/tests/list.t @@ -9,6 +9,7 @@ Add a bundle. $ antigen-bundle $PLUGIN_DIR Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done $ antigen-list */test-plugin / plugin true (glob) @@ -23,6 +24,7 @@ Add another bundle. $ antigen-bundle $PLUGIN_DIR2 Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done $ antigen-list */test-plugin / plugin true (glob) */test-plugin2 / plugin true (glob) diff --git a/tests/no_local_clone.t b/tests/no_local_clone.t index 3e71216..299675a 100644 --- a/tests/no_local_clone.t +++ b/tests/no_local_clone.t @@ -17,6 +17,7 @@ Load the plugin with a clone. $ antigen-bundle $PLUGIN_DIR Cloning into '*'... (glob) done. + Checking connectivity... done Empty the record. diff --git a/tests/revert-update.t b/tests/revert-update.t index a5ddf8a..93ee45e 100644 --- a/tests/revert-update.t +++ b/tests/revert-update.t @@ -3,6 +3,7 @@ Load and test plugin. $ antigen-bundle $PLUGIN_DIR Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done $ hehe hehe diff --git a/tests/selfupdate.t b/tests/selfupdate.t index 910c06a..6e46942 100644 --- a/tests/selfupdate.t +++ b/tests/selfupdate.t @@ -23,6 +23,7 @@ Create a normal repository cloning from host $ git clone $TEST_HOST $TEST_NORMAL Cloning into * (glob) done. + Checking connectivity... done Create a submodule repository cloning from host @@ -33,6 +34,7 @@ Create a submodule repository cloning from host $ git submodule add $TEST_HOST antigen Cloning into 'antigen'... done. + Checking connectivity... done $ git commit -m "1" [master (root-commit) ???????] 1 (glob) 2 files changed, 4 insertions(+) diff --git a/tests/snapshots.t b/tests/snapshots.t index c82cb7e..9be2452 100644 --- a/tests/snapshots.t +++ b/tests/snapshots.t @@ -3,9 +3,11 @@ Load a couple of plugins. $ antigen-bundle $PLUGIN_DIR Cloning into '*'... (glob) done. + Checking connectivity... done $ antigen-bundle $PLUGIN_DIR2 Cloning into '*'... (glob) done. + Checking connectivity... done Create a snapshot file. diff --git a/tests/theme.t b/tests/theme.t index f8f7ac3..723376a 100644 --- a/tests/theme.t +++ b/tests/theme.t @@ -3,5 +3,6 @@ Load the theme explicitly. $ antigen-theme $PLUGIN_DIR silly Cloning into '*'... (glob) done. + Checking connectivity... done $ echo "$PS1" prompt> diff --git a/tests/update.t b/tests/update.t index 32d2ca1..6a2f5f2 100644 --- a/tests/update.t +++ b/tests/update.t @@ -3,6 +3,7 @@ Load plugin. $ antigen-bundle $PLUGIN_DIR Cloning into '.+?'\.\.\. (re) done. + Checking connectivity... done $ hehe hehe