diff options
Diffstat (limited to 'Test/A02alias.ztst')
-rw-r--r-- | Test/A02alias.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst index 36dfa241e..314ec036a 100644 --- a/Test/A02alias.ztst +++ b/Test/A02alias.ztst @@ -43,7 +43,7 @@ 0:Alias expansion works at the end of parsed strings >foo - alias '&&=(){ return $?; } && ' + alias -g '&&=(){ return $?; } && ' alias not_the_print_command=print eval 'print This is output && print And so is this |