removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
37
.antidote/tests/test_cmd_update.md
Normal file
37
.antidote/tests/test_cmd_update.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# antidote update tests
|
||||
|
||||
## Setup
|
||||
|
||||
```zsh
|
||||
% source ./tests/_setup.zsh
|
||||
% source ./antidote.zsh
|
||||
%
|
||||
```
|
||||
|
||||
## Update
|
||||
|
||||
```zsh
|
||||
% antidote update
|
||||
Updating bundles...
|
||||
antidote: checking for updates: https://github.com/foo/bar
|
||||
antidote: checking for updates: https://github.com/foo/baz
|
||||
antidote: checking for updates: git@github.com:foo/qux
|
||||
antidote: checking for updates: https://github.com/getantidote/zsh-defer
|
||||
antidote: checking for updates: https://github.com/ohmy/ohmy
|
||||
Waiting for bundle updates to complete...
|
||||
|
||||
Bundle updates complete.
|
||||
|
||||
Updating antidote...
|
||||
antidote self-update complete.
|
||||
|
||||
antidote version 1.9.7
|
||||
%
|
||||
```
|
||||
|
||||
## Teardown
|
||||
|
||||
```zsh
|
||||
% t_teardown
|
||||
%
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue