From 0ad3b11a133d44343a6474ac40b5354d43d54c5d Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Thu, 14 Apr 2022 10:30:06 +0900 Subject: 50052: do nothing when skipping test V14system --- ChangeLog | 2 ++ Test/V14system.ztst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91b4ce8b6..8c006bcf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2022-04-14 Jun-ichi Takimoto + * 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 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 -- cgit 1.4.1