Commit 0efbfc3261345ea74f83859461e1c67342d6fd83

Authored by Shrikant Sharat
1 parent b6db07ac27

Fix tests to work with the new make_local_clone.

Showing 2 changed files with 5 additions and 5 deletions Side-by-side Diff

... ... @@ -7,7 +7,7 @@ Load a plugin.
7 7 Check the listing.
8 8  
9 9 $ antigen-list
10   - */test-plugin / plugin false (glob)
  10 + */test-plugin / plugin true (glob)
11 11  
12 12 Clear out the bundles record.
13 13  
... ... @@ -10,13 +10,13 @@ Add a bundle.
10 10 Cloning into '.+?'\.\.\. (re)
11 11 done.
12 12 $ antigen-list
13   - */test-plugin / plugin false (glob)
  13 + */test-plugin / plugin true (glob)
14 14  
15 15 Add same bundle and check uniqueness.
16 16  
17 17 $ antigen-bundle $PLUGIN_DIR
18 18 $ antigen-list
19   - */test-plugin / plugin false (glob)
  19 + */test-plugin / plugin true (glob)
20 20  
21 21 Add another bundle.
22 22  
... ... @@ -24,5 +24,5 @@ Add another bundle.
24 24 Cloning into '.+?'\.\.\. (re)
25 25 done.
26 26 $ antigen-list
27   - */test-plugin / plugin false (glob)
28   - */test-plugin2 / plugin false (glob)
  27 + */test-plugin / plugin true (glob)
  28 + */test-plugin2 / plugin true (glob)