diff options
author | Steven Knight <knight@baldmt.com> | 2002-12-22 17:26:36 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-12-22 17:26:36 (GMT) |
commit | 28a061162bbfc8f889e09aab3c4c4282860b1a7a (patch) | |
tree | bc9bc69571586b24c2ab74a991611c534c6e16b8 /test | |
parent | ea4fe5dcf730ea0471f4d9801206aa8f6e37453b (diff) | |
download | SCons-28a061162bbfc8f889e09aab3c4c4282860b1a7a.zip SCons-28a061162bbfc8f889e09aab3c4c4282860b1a7a.tar.gz SCons-28a061162bbfc8f889e09aab3c4c4282860b1a7a.tar.bz2 |
Fix typo in test/README. (Derrick 'dman' Hudson)
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index 4834f5b..1fa43b9 100644 --- a/test/README +++ b/test/README @@ -27,7 +27,7 @@ are either: The upshot is that you should be able to: - egrep -l '#XXX' test/*.c + egrep -l '#XXX' test/*.py and see a list of the tests we still have to make work in order to get the next release out the door. |