test: Update test 3 (ice-order test) to check also make ice-mod

This commit is contained in:
Sebastian Gniazdowski 2017-11-19 08:20:28 +01:00
parent 24384c1200
commit 64be10fa6c
19 changed files with 16 additions and 20 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1,3 +1,4 @@
Makefile
Makefile.copy
Makefile.copy2
Makefile.copy3

View file

@ -0,0 +1 @@

View file

@ -1,2 +1,2 @@
all:
cp Makefile2 Makefile
cp Makefile.copy2 Makefile.copy3

View file

@ -1,2 +1,2 @@
all:
cp Makefile2 Makefile
cp Makefile.copy2 Makefile.copy3

View file

@ -1,2 +1,2 @@
all:
cp Makefile2 Makefile
cp Makefile.copy2 Makefile.copy3

View file

@ -1,2 +1,2 @@
all:
cp Makefile2 Makefile
cp Makefile.copy2 Makefile.copy3

View file

@ -0,0 +1,2 @@
all:
cp Makefile.copy2 Makefile.copy3

View file

@ -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' ''

View file

@ -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

View file

@ -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
#

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
43bae5d3fc3a0167439f082e488c10401bf45ff5
2dda55e4adfcf7be0f3f6cadd5340a7e2b3a2308

View file

@ -1,2 +1,2 @@
all:
cp Makefile2 Makefile
cp Makefile.copy2 Makefile.copy3