diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-05 01:17:29 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-05 01:17:29 +0000 |
commit | 71385e12250ea56ddb2186f22a3f741684562ac5 (patch) | |
tree | 0019528d008184f579bacd2e5af9c37e323d403a /tests/ChangeLog | |
parent | 81f3e4babd128f6740d05b371122762924522fb6 (diff) | |
download | gunmake-71385e12250ea56ddb2186f22a3f741684562ac5.tar.gz |
- Add forgotten variable/define test suite
- Skip initial whitespace including formfeeds, vertical tab, etc.
- Add tests for that
- Fix the variable/SHELL test; it was wrong!
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 52c2d73..9e48022 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,10 @@ 2009-06-04 Paul Smith <psmith@gnu.org> + * scripts/variables/SHELL: The export target-specific SHELL test + has an incorrect known-good-value. + + * scripts/misc/general4: Check for whitespace (ffeed, vtab, etc.) + * scripts/features/se_explicit: Add tests for Savannah bug #24588. 2009-05-31 Paul Smith <psmith@gnu.org> |