From 0efbfc3261345ea74f83859461e1c67342d6fd83 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Thu, 26 Jul 2012 20:09:16 +0530 Subject: [PATCH] Fix tests to work with the new make_local_clone. --- tests/cleanup.t | 2 +- tests/list.t | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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) -- 2.0.0