Blame view

tests/bundles.t 431 Bytes
e9bdca544   Shrikant Sharat   New test for anti...
1
  Add multiple bundles.
98dc8bb90   Shrikant Sharat   git's output is s...
2
3
    $ echo "$PLUGIN_DIR
  $PLUGIN_DIR2" | antigen-bundles &> /dev/null
e9bdca544   Shrikant Sharat   New test for anti...
4
5
6
7
8
9
10
  
  Check if they are both applied.
  
    $ hehe
    hehe
    $ hehe2
    hehe2
63fa6131f   Shrikant Sharat   Add tests for ind...
11
12
13
14
15
16
17
  
  Clean it all up.
  
    $ export _ANTIGEN_BUNDLE_RECORD=""
    $ antigen-cleanup --force &> /dev/null
  
  Specify with indentation.
98dc8bb90   Shrikant Sharat   git's output is s...
18
19
    $ echo "  $PLUGIN_DIR
    $PLUGIN_DIR2" | antigen-bundles &> /dev/null
63fa6131f   Shrikant Sharat   Add tests for ind...
20
21
22
23
24
25
26
  
  Again, check if they are both applied.
  
    $ hehe
    hehe
    $ hehe2
    hehe2