We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515688b commit 1bb2d6cCopy full SHA for 1bb2d6c
tests/plugins.zunit
@@ -6,6 +6,14 @@
6
ZBIN=$ZPFX/bin
7
export LC_CTYPE=C
8
export LANG=C
9
+ export ZTMP=$(mktemp -qu)
10
+}
11
+
12
+@test 'wait-ice' {
13
+ # @zinit-scheduler with "burst" argument executes all tasks "now"
14
+ eval zinit wait nocd atload\'touch $ZTMP\' for zdharma-continuum/null && @zinit-scheduler burst
15
+ assert $state equals 0
16
+ assert $ZTMP is_file
17
}
18
19
# @test 'nnn' {
0 commit comments