about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-06-28 11:25:41 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-06-28 11:25:41 +0000
commita25c40c6a06425d99b4816c62ccb33cfa76cd397 (patch)
treefed1a23eb4ddaaebd1014f7c08d99546df5208e8 /Test
parent45c1cee848faf8bdb1f9db545516d7a98c50c749 (diff)
downloadzsh-a25c40c6a06425d99b4816c62ccb33cfa76cd397.tar.gz
zsh-a25c40c6a06425d99b4816c62ccb33cfa76cd397.tar.xz
zsh-a25c40c6a06425d99b4816c62ccb33cfa76cd397.zip
update for test file renaming and fix typos
Diffstat (limited to 'Test')
-rw-r--r--Test/B01cd.ztst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/B01cd.ztst b/Test/B01cd.ztst
index d5836ec94..f6c9fc88f 100644
--- a/Test/B01cd.ztst
+++ b/Test/B01cd.ztst
@@ -1,5 +1,5 @@
 # This file serves as a model for how to write tests, so is more heavily
-# commented that the others.  All tests are run in the Test subdirectory
+# commented than the others.  All tests are run in the Test subdirectory
 # of the distribution, which must be writable.  They should end with
 # the suffix `.ztst': this is not required by the test harness itself,
 # but it is needed by the Makefile to run all the tests.
@@ -54,7 +54,7 @@
 #
 # The rules for '<', '>' and '?' lines are the same: only the first
 # character is stripped, with subsequent whitespace being significant;
-# lines are not subject to any substitution unless the `q' flags (see
+# lines are not subject to any substitution unless the `q' flag (see
 # below) is set.
 #
 # Each chunk of indented code is to be evaluated in one go and is to
@@ -63,7 +63,7 @@
 # irrelevant.  An optional set of single-letter flags follows the status
 # or -.  The following are understood:
 #   d   Don't diff stdout against the expected stdout.
-#   D   Don't diff stderr agsinst the expected stderr.
+#   D   Don't diff stderr against the expected stderr.
 #   q   All redirection lines given in the test script (not the lines
 #       actually produced by the test) are subject to ordinary quoted shell
 #       expansion (i.e. not globbing).