diff options
author | Paul Smith <psmith@gnu.org> | 2005-06-25 20:00:24 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-06-25 20:00:24 +0000 |
commit | 1dd9ed1c0537cb2583e1de8367994560ad1470aa (patch) | |
tree | b30f0c7714fdf3d7450cf4ddca8a485572ff7631 /tests/ChangeLog | |
parent | 978819e1d6e9354b5b20d15c875bef98579873ae (diff) | |
download | gunmake-1dd9ed1c0537cb2583e1de8367994560ad1470aa.tar.gz |
Fix -W foo yielding infinite recursion in some cases of re-exec.
Added a -W test suite.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 90fbf7d..be5169b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -4,6 +4,8 @@ MAKE_RESTARTS variable. * scripts/options/dash-B: Test re-exec doesn't loop infinitely. Tests fix for Savannah bug #7566. + * scripts/options/dash-W: New file: test the -W flag, including + re-exec infinite looping. 2005-06-12 Paul D. Smith <psmith@gnu.org> |