mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
50052: do nothing when skipping test V14system
This commit is contained in:
parent
c19f1313e3
commit
0ad3b11a13
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2022-04-14 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 50052: Test/V14system.ztst: do nothing when skipping the test
|
||||
|
||||
* 50046: Test/ztst.zsh: export LANG to child zsh
|
||||
|
||||
2022-04-12 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
if zmodload -s zsh/system && zmodload -s zsh/zselect; then
|
||||
tst_dir=V14.tmp
|
||||
mkdir -p -- $tst_dir
|
||||
: > $tst_dir/file # File on which to acquire flock.
|
||||
else
|
||||
ZTST_unimplemented='the zsh/system and zsh/zselect modules are not available'
|
||||
fi
|
||||
: > $tst_dir/file # File on which to acquire flock.
|
||||
|
||||
%test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue