Commit 0efbfc3261345ea74f83859461e1c67342d6fd83
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
tests/cleanup.t
tests/list.t
| ... | ... | @@ -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) |