about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-14 10:30:06 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-14 10:30:06 +0900
commit0ad3b11a133d44343a6474ac40b5354d43d54c5d (patch)
tree1dcde1d012a777e7547d4fe611ecfc5299507a20 /Test
parentc19f1313e334418d03fd3900d6270a3609ec5932 (diff)
downloadzsh-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.ztst2
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