From 8e25f4449f75fa46ed130a8dc0a20b3744eb61eb Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 3 Mar 2009 17:26:03 +0000 Subject: 26675: add POSIX_ALIASES option --- Test/A02alias.ztst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Test') diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst index 0c2a464c9..231e13771 100644 --- a/Test/A02alias.ztst +++ b/Test/A02alias.ztst @@ -25,3 +25,14 @@ \bar \bar 0:Aliasing with a backslash >bar + + (alias '!=echo This command has the argument' + eval 'print Without + ! true' + setopt posixaliases + eval 'print With + ! true') +1:POSIX_ALIASES option +>Without +>This command has the argument true +>With -- cgit 1.4.1