about summary refs log tree commit diff
path: root/Test/A02alias.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-03-25 15:13:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-03-25 15:13:35 +0000
commit691be6d0fcf43bf21a9c4c3122380fb4f92db055 (patch)
tree693ab37ceb9491d1306e218d82b5130ea9e9206d /Test/A02alias.ztst
parente71df91bd2cce6c06de8666fc04b695bae3c8f95 (diff)
downloadzsh-691be6d0fcf43bf21a9c4c3122380fb4f92db055.tar.gz
zsh-691be6d0fcf43bf21a9c4c3122380fb4f92db055.tar.xz
zsh-691be6d0fcf43bf21a9c4c3122380fb4f92db055.zip
unposted: change new test in A02alias.ztst to use cat
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 67ae8e52f..7121c50ef 100644
--- a/Test/A02alias.ztst
+++ b/Test/A02alias.ztst
@@ -38,7 +38,7 @@
 >With
 
   print -u $ZTST_fd 'This test hangs the shell when it fails...'
-  alias sort='LC_ALL=C sort'
-  cat <(echo foo | sort)
+  alias cat='LC_ALL=C cat'
+  cat <(echo foo | cat)
 0:Alias expansion works at the end of parsed strings
 >foo