about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-03-18 18:01:54 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-03-18 18:01:54 -0700
commit32b4cb0e73cdb01c467a0484e906d28d7c104c64 (patch)
tree660b953e22bdb465731eef4af087beaf028a85ae /Test
parent0b00462644a79194d67f87397548df8ff0c6c2c5 (diff)
downloadzsh-32b4cb0e73cdb01c467a0484e906d28d7c104c64.tar.gz
zsh-32b4cb0e73cdb01c467a0484e906d28d7c104c64.tar.xz
zsh-32b4cb0e73cdb01c467a0484e906d28d7c104c64.zip
34734: further aliasing adjustments and doc
restrict token aliasing (34641) to global aliases; tighten up POSIX_ALIASES to better match spec; update Aliasing doc to cover this and clarify older behavior

2015-03-18  Peter Stephenson  <p.stephenson@samsung.com>

	* 34723: configure.ac: turn off fixed site function directory if
Diffstat (limited to 'Test')
-rw-r--r--Test/A02alias.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst
index 36dfa241e..314ec036a 100644
--- a/Test/A02alias.ztst
+++ b/Test/A02alias.ztst
@@ -43,7 +43,7 @@
 0:Alias expansion works at the end of parsed strings
 >foo
 
-  alias '&&=(){ return $?; } && '
+  alias -g '&&=(){ return $?; } && '
   alias not_the_print_command=print
   eval 'print This is output
   && print And so is this