50052: do nothing when skipping test V14system

This commit is contained in:
Jun-ichi Takimoto 2022-04-14 10:30:06 +09:00
parent c19f1313e3
commit 0ad3b11a13
2 changed files with 3 additions and 1 deletions

View file

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

View file

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