From 691be6d0fcf43bf21a9c4c3122380fb4f92db055 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 25 Mar 2010 15:13:35 +0000 Subject: unposted: change new test in A02alias.ztst to use cat --- Test/A02alias.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') 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 -- cgit 1.4.1