diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:30:06 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:30:06 +0000 |
commit | cbb62d4a3e384541887d245e5f258a47a930eece (patch) | |
tree | 30064b3b595ec47c22ac154ff1aa925132c7a6e9 | |
parent | 426ef49c87e59732988b8b5cfee8f1fd4ee7567c (diff) | |
download | zsh-cbb62d4a3e384541887d245e5f258a47a930eece.tar.gz zsh-cbb62d4a3e384541887d245e5f258a47a930eece.tar.xz zsh-cbb62d4a3e384541887d245e5f258a47a930eece.zip |
moved to ./Test/A02alias.ztst
-rw-r--r-- | Test/02alias.ztst | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Test/02alias.ztst b/Test/02alias.ztst deleted file mode 100644 index 03c0a6cc1..000000000 --- a/Test/02alias.ztst +++ /dev/null @@ -1,23 +0,0 @@ -%prep - alias foo=echo - - alias -g bar=echo - - alias '\bar=echo' - -%test - foo foo -0:Basic aliasing ->foo - - bar bar -0:Global aliasing ->echo - - \foo foo -1:Not aliasing -?ZTST_execchunk:2: command not found: foo - - \bar \bar -0:Aliasing with a backslash ->bar |