diff options
author | Paul Smith <psmith@gnu.org> | 2013-10-05 19:30:48 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-10-05 19:30:48 -0400 |
commit | b539908f7363af9a4c767c999c389f1c6f311648 (patch) | |
tree | accc1bab065d1b3d667102c2b244fec06e346f9a /tests/scripts/features/default_names | |
parent | 2fb91e19a02ff8a3e43145d582cfebaf3a60f1d9 (diff) | |
download | gunmake-b539908f7363af9a4c767c999c389f1c6f311648.tar.gz |
Clean up some tests for use on Windows.
Diffstat (limited to 'tests/scripts/features/default_names')
-rw-r--r-- | tests/scripts/features/default_names | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scripts/features/default_names b/tests/scripts/features/default_names index 4ce90e5..2e83880 100644 --- a/tests/scripts/features/default_names +++ b/tests/scripts/features/default_names @@ -40,3 +40,5 @@ if ($case_sensitive) { compare_output("It chose Makefile\n",&get_logfile(1)); unlink("Makefile"); } + +1; |