diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-06-28 11:25:41 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-06-28 11:25:41 +0000 |
commit | a25c40c6a06425d99b4816c62ccb33cfa76cd397 (patch) | |
tree | fed1a23eb4ddaaebd1014f7c08d99546df5208e8 /Etc | |
parent | 45c1cee848faf8bdb1f9db545516d7a98c50c749 (diff) | |
download | zsh-a25c40c6a06425d99b4816c62ccb33cfa76cd397.tar.gz zsh-a25c40c6a06425d99b4816c62ccb33cfa76cd397.tar.xz zsh-a25c40c6a06425d99b4816c62ccb33cfa76cd397.zip |
update for test file renaming and fix typos
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/zsh-development-guide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index 6917621b2..cba2beaed 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -64,7 +64,7 @@ Testing a wide range of human and artificial life, it is very difficult to test the shell thoroughly. For this purpose, the Test subdirectory exists. It consists of a driver script (ztst.zsh) and various test - files (*.ztst) in a format which is described in 50cd.ztst, which acts + files (*.ztst) in a format which is described in B01cd.ztst, which acts as a template. It is designed to make it easy to provide input to chunks of shell code and to test the corresponding standard output, error output and exit status. |