diff options
author | Paul Smith <psmith@gnu.org> | 2006-03-08 20:15:08 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-03-08 20:15:08 +0000 |
commit | afc4906acaeb7191e4ec085d7be4ca5b036b821d (patch) | |
tree | 1772315a4dfcbe1d8f8470b2ddcc0f24900bbf96 /tests/scripts/features/targetvars | |
parent | 8af9389f87e25aea721071516cf00ed13360ab9c (diff) | |
download | gunmake-afc4906acaeb7191e4ec085d7be4ca5b036b821d.tar.gz |
Some test updates for Windows.
Handle SHELL set on the command line properly for windows.
Diffstat (limited to 'tests/scripts/features/targetvars')
-rw-r--r-- | tests/scripts/features/targetvars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/features/targetvars b/tests/scripts/features/targetvars index c22ce13..18dd023 100644 --- a/tests/scripts/features/targetvars +++ b/tests/scripts/features/targetvars @@ -272,7 +272,7 @@ $answer = "no build information\n"; # Test a merge of set_lists for files, where one list is much longer # than the other. See Savannah bug #15757. -mkdir('t1'); +mkdir('t1', 0777); touch('t1/rules.mk'); run_make_test(' |