From 48e180c22b501289aef1cd3ac6c2553e06e95d4b Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 13 Jul 2012 23:02:58 +0530 Subject: [PATCH] Test list command with more than one bundle. --- tests/list.t | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/list.t b/tests/list.t index 3a68453..aae4750 100644 --- a/tests/list.t +++ b/tests/list.t @@ -17,3 +17,12 @@ Add same bundle and check uniqueness. $ antigen-bundle $PLUGIN_DIR $ antigen-list .*?/test-plugin / plugin - (re) + +Add another bundle. + + $ antigen-bundle $PLUGIN_DIR2 + Cloning into '.+?'\.\.\. (re) + done. + $ antigen-list + .*?/test-plugin / plugin - (re) + .*?/test-plugin2 / plugin - (re) -- 2.0.0