about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-05-18 16:56:36 +0100
committerPeter Stephenson <pws@zsh.org>2015-05-18 16:57:08 +0100
commitff190946690b5e770721462b706029559c0f9587 (patch)
tree27b6fe5e51059f88d603640b5269637d168a9391 /Test
parent2caa5ddd79729ff48552236c4566b04a15e5daba (diff)
downloadzsh-ff190946690b5e770721462b706029559c0f9587.tar.gz
zsh-ff190946690b5e770721462b706029559c0f9587.tar.xz
zsh-ff190946690b5e770721462b706029559c0f9587.zip
35193: Add "unalias -a".
Diffstat (limited to 'Test')
-rw-r--r--Test/A02alias.ztst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst
index cace2a40a..b294e65ca 100644
--- a/Test/A02alias.ztst
+++ b/Test/A02alias.ztst
@@ -83,3 +83,13 @@
 > a string S 
 *>*5*echo S a string S "
 # Note there is a trailing space on the "> a string S " line
+
+  (
+  unalias -a
+  alias
+  )
+0:unalias -a
+
+  alias -s foo=print
+  unalias -as
+0:unalias -as