diff options
author | Bart Schaefer <schaefer@zsh.org> | 2025-02-12 20:03:07 -0800 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2025-02-12 20:03:07 -0800 |
commit | 7a54b36fa88aa35f44c42715503f716a1612e3b7 (patch) | |
tree | c22a9b24ce65a49f33f1730724ab5ad350ee736f /Test/K01nameref.ztst | |
parent | 51cb3f0f83649b7ca59d62447519f7ea53fb5ec4 (diff) | |
download | zsh-7a54b36fa88aa35f44c42715503f716a1612e3b7.tar.gz zsh-7a54b36fa88aa35f44c42715503f716a1612e3b7.zip |
53348: Revise handling of incompatible typeset options when used with -n
Diffstat (limited to 'Test/K01nameref.ztst')
-rw-r--r-- | Test/K01nameref.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/K01nameref.ztst b/Test/K01nameref.ztst index bb0d11821..bacc3ade2 100644 --- a/Test/K01nameref.ztst +++ b/Test/K01nameref.ztst @@ -853,7 +853,7 @@ F:previously this could create an infinite recursion and crash typeset -nm foo=bar 1:create nameref by pattern match not allowed -*?*typeset:1: invalid reference +*?*typeset:1: -m not allowed with -n # # The following tests are run in interactive mode, using PS1 as an |