diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-07-01 02:42:24 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-07-01 02:42:24 +0900 |
| commit | 7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7 (patch) | |
| tree | ccbdf65383c7b88ca436604c6964ed566ae52663 | |
| parent | 54847 + 54849 (dana): skip only 88- or 256-color tests (diff) | |
| download | zsh-7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7.tar zsh-7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7.tar.gz zsh-7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7.tar.bz2 zsh-7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7.tar.lz zsh-7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7.tar.xz zsh-7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7.tar.zst zsh-7cb590c26d2b8be8d003bcb16b7cbb0709b89cb7.zip | |
54848: set $module_path in child zsh
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Test/K01nameref.ztst | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2026-07-01 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + * 54648: Test/K01nameref.ztst: set $module_path in child zsh + * 54847 + 54849: Test/V15nearcolor.ztst: skip only 88 or 256 color tests if corresponding terminal is not available diff --git a/Test/K01nameref.ztst b/Test/K01nameref.ztst index c0afaa827..952bbd30c 100644 --- a/Test/K01nameref.ztst +++ b/Test/K01nameref.ztst @@ -1576,6 +1576,7 @@ F:previously this could create an infinite recursion and crash # Testing named directories requires to run in interactive mode PS1= $ZTST_testdir/../Src/zsh -fis <<<' + [[ -d Modules/zsh ]] && module_path=( $PWD/Modules ) typeset v1=/1 v2 typeset -n r1=v1 r2 { echo "~v1:" ~v1 } 2>&1 |
