From e71df91bd2cce6c06de8666fc04b695bae3c8f95 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 25 Mar 2010 14:03:40 +0000 Subject: 27827: fix infinite loop in recursive alias at end of parsed string --- Test/A02alias.ztst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Test') diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst index 231e13771..67ae8e52f 100644 --- a/Test/A02alias.ztst +++ b/Test/A02alias.ztst @@ -36,3 +36,9 @@ >Without >This command has the argument true >With + + print -u $ZTST_fd 'This test hangs the shell when it fails...' + alias sort='LC_ALL=C sort' + cat <(echo foo | sort) +0:Alias expansion works at the end of parsed strings +>foo -- cgit v1.2.3