diff options
author | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-07-04 03:50:59 +0000 |
commit | 0e30f46a624803455dcc74acf9a333666467d253 (patch) | |
tree | ff09a8876c7bd4e23d6265a49cdd6a8e3b85595c /tests/scripts/features/include | |
parent | 7dfa2461c32020f56a55239830b280752b1748a1 (diff) | |
download | gunmake-0e30f46a624803455dcc74acf9a333666467d253.tar.gz |
Various fixes and updates from testers of the beta3 release (mostly Windows
and OS/2 changes).
Diffstat (limited to 'tests/scripts/features/include')
-rw-r--r-- | tests/scripts/features/include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/features/include b/tests/scripts/features/include index 5030662..196a987 100644 --- a/tests/scripts/features/include +++ b/tests/scripts/features/include @@ -104,7 +104,7 @@ all:; @: foo: bar; @: -bar:; @false +bar:; @exit 1 ', '', ''); # Check include, sinclude, -include with no filenames. |