Commit 4098b408dc209c555522ac527cb67d4c94d24e3a

Authored by Shrikant Sharat
1 parent 2923c490cc

Update tests to a work with the 3-field record.

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

... ... @@ -10,13 +10,13 @@ Add a bundle.
10 10 Cloning into '.+?'\.\.\. (re)
11 11 done.
12 12 $ antigen-list
13   - .*?/test-plugin / plugin - (re)
  13 + .*?/test-plugin / plugin (re)
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 - (re)
  19 + .*?/test-plugin / plugin (re)
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 - (re)
28   - .*?/test-plugin2 / plugin - (re)
  27 + .*?/test-plugin / plugin (re)
  28 + .*?/test-plugin2 / plugin (re)