about summary refs log tree commit diff
path: root/Test/A02alias.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-03-26 15:26:20 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-03-26 15:26:20 +0000
commita34d483b8d8913ae11654c2b49598ef46ee2bdd4 (patch)
tree20ffb0855466b2eaaf8b3e53d3de9c7cc6de885a /Test/A02alias.ztst
parent0806789e68fc2fd7805f216b7be4772e62f5c13c (diff)
downloadzsh-a34d483b8d8913ae11654c2b49598ef46ee2bdd4.tar.gz
zsh-a34d483b8d8913ae11654c2b49598ef46ee2bdd4.tar.xz
zsh-a34d483b8d8913ae11654c2b49598ef46ee2bdd4.zip
24736: a couple more tests failing on Solaris
Diffstat (limited to 'Test/A02alias.ztst')
-rw-r--r--Test/A02alias.ztst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst
index 61cc04bdf..591590b9c 100644
--- a/Test/A02alias.ztst
+++ b/Test/A02alias.ztst
@@ -14,9 +14,9 @@
 0:Global aliasing
 >echo
 
-  \foo foo
+  \ThisCommandDefinitelyDoesNotExist foo
 127:Not aliasing
-?(eval):1: command not found: foo
+?(eval):1: command not found: ThisCommandDefinitelyDoesNotExist
 
   \bar \bar
 0:Aliasing with a backslash