diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2022-04-14 10:30:06 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2022-04-14 10:30:06 +0900 |
commit | 0ad3b11a133d44343a6474ac40b5354d43d54c5d (patch) | |
tree | 1dcde1d012a777e7547d4fe611ecfc5299507a20 /Test | |
parent | c19f1313e334418d03fd3900d6270a3609ec5932 (diff) | |
download | zsh-0ad3b11a133d44343a6474ac40b5354d43d54c5d.tar.gz zsh-0ad3b11a133d44343a6474ac40b5354d43d54c5d.tar.xz zsh-0ad3b11a133d44343a6474ac40b5354d43d54c5d.zip |
50052: do nothing when skipping test V14system
Diffstat (limited to 'Test')
-rw-r--r-- | Test/V14system.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/V14system.ztst b/Test/V14system.ztst index 100daab08..ffdb730a4 100644 --- a/Test/V14system.ztst +++ b/Test/V14system.ztst @@ -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 |