diff --git a/tests/cleanup.t b/tests/cleanup.t index 8995aa7..e04afaf 100644 --- a/tests/cleanup.t +++ b/tests/cleanup.t @@ -7,7 +7,7 @@ Load a plugin. Check the listing. $ antigen-list - */test-plugin / plugin false (glob) + */test-plugin / plugin true (glob) Clear out the bundles record. diff --git a/tests/list.t b/tests/list.t index 08895bb..07f54cd 100644 --- a/tests/list.t +++ b/tests/list.t @@ -10,13 +10,13 @@ Add a bundle. Cloning into '.+?'\.\.\. (re) done. $ antigen-list - */test-plugin / plugin false (glob) + */test-plugin / plugin true (glob) Add same bundle and check uniqueness. $ antigen-bundle $PLUGIN_DIR $ antigen-list - */test-plugin / plugin false (glob) + */test-plugin / plugin true (glob) Add another bundle. @@ -24,5 +24,5 @@ Add another bundle. Cloning into '.+?'\.\.\. (re) done. $ antigen-list - */test-plugin / plugin false (glob) - */test-plugin2 / plugin false (glob) + */test-plugin / plugin true (glob) + */test-plugin2 / plugin true (glob)