mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
test: Update test 3 (ice-order test) to check also make ice-mod
This commit is contained in:
parent
24384c1200
commit
64be10fa6c
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -75,6 +75,7 @@ zmodules/Src/zdharma/curses_keys.h
|
|||
|
||||
test/test_plugins/zsh-select/.git
|
||||
test/test_plugins/zsh-select/.test_git/COMMIT_EDITMSG
|
||||
test/test_plugins/ice-order/.test_git/COMMIT_EDITMSG
|
||||
var
|
||||
*.zwc
|
||||
answer
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
Makefile
|
||||
Makefile.copy
|
||||
Makefile.copy2
|
||||
Makefile.copy3
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
cp Makefile2 Makefile
|
||||
cp Makefile.copy2 Makefile.copy3
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
cp Makefile2 Makefile
|
||||
cp Makefile.copy2 Makefile.copy3
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
cp Makefile2 Makefile
|
||||
cp Makefile.copy2 Makefile.copy3
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
cp Makefile2 Makefile
|
||||
cp Makefile.copy2 Makefile.copy3
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
all:
|
||||
cp Makefile.copy2 Makefile.copy3
|
||||
|
|
@ -32,7 +32,7 @@ zplugin.zsh
|
|||
ZPLG_REGISTERED_PLUGINS: '_local/zplugin' 'zdharma/ice-order'
|
||||
ZPLG_REGISTERED_STATES: 'zdharma/ice-order' '1' '_local/zplugin' '1'
|
||||
ZPLG_SNIPPETS:
|
||||
ZPLG_SICE: 'zdharma/ice-order' 'mv Makefile2\ -\>\ Makefile cp Makefile\ -\>\ Makefile.copy '
|
||||
ZPLG_SICE: 'zdharma/ice-order' 'mv Makefile2\ -\>\ Makefile cp Makefile\ -\>\ Makefile.copy make '\'''\'' '
|
||||
ZPLG_FUNCTIONS: 'zdharma/ice-order' ''
|
||||
ZPLG_OPTIONS: 'zdharma/ice-order' ''
|
||||
ZPLG_PATH: 'zdharma/ice-order' ''
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
tst_verbosity
|
||||
|
||||
zplugin ice mv"Makefile2 -> Makefile" cp"Makefile -> Makefile.copy" \
|
||||
atclone'cp Makefile.copy Makefile.copy2' atload'cp Makefile.copy2 Makefile.copy3'
|
||||
atclone'cp -v Makefile.copy Makefile.copy2' make \
|
||||
atload'cp -v Makefile.copy3 Makefile.copy4'
|
||||
zplugin light zdharma/ice-order
|
||||
|
||||
# vim:ft=zsh
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
Plugin to test order of execution of the ice modifiers
|
||||
# Please enter the commit message for your changes. Lines starting
|
||||
# with '#' will be ignored, and an empty message aborts the commit.
|
||||
# On branch master
|
||||
#
|
||||
# Initial commit
|
||||
#
|
||||
# Changes to be committed:
|
||||
# new file: LICENSE
|
||||
# new file: Makefile2
|
||||
# new file: ice-order.plugin.zsh
|
||||
#
|
||||
Binary file not shown.
|
|
@ -1 +1,2 @@
|
|||
0000000000000000000000000000000000000000 43bae5d3fc3a0167439f082e488c10401bf45ff5 Sebastian Gniazdowski <sgniazdowski@gmail.com> 1511002058 +0100 commit (initial): Plugin to test order of execution of the ice modifiers
|
||||
43bae5d3fc3a0167439f082e488c10401bf45ff5 2dda55e4adfcf7be0f3f6cadd5340a7e2b3a2308 Sebastian Gniazdowski <sgniazdowski@gmail.com> 1511075231 +0100 commit: Change Makefile2 after adding "make" ice-mod, to reflect action chain
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
0000000000000000000000000000000000000000 43bae5d3fc3a0167439f082e488c10401bf45ff5 Sebastian Gniazdowski <sgniazdowski@gmail.com> 1511002058 +0100 commit (initial): Plugin to test order of execution of the ice modifiers
|
||||
43bae5d3fc3a0167439f082e488c10401bf45ff5 2dda55e4adfcf7be0f3f6cadd5340a7e2b3a2308 Sebastian Gniazdowski <sgniazdowski@gmail.com> 1511075231 +0100 commit: Change Makefile2 after adding "make" ice-mod, to reflect action chain
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
43bae5d3fc3a0167439f082e488c10401bf45ff5
|
||||
2dda55e4adfcf7be0f3f6cadd5340a7e2b3a2308
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
all:
|
||||
cp Makefile2 Makefile
|
||||
cp Makefile.copy2 Makefile.copy3
|
||||
|
|
|
|||
Loading…
Reference in a new issue