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/options/dash-W | |
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/options/dash-W')
-rw-r--r-- | tests/scripts/options/dash-W | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/options/dash-W b/tests/scripts/options/dash-W index 50745f7..d3fde87 100644 --- a/tests/scripts/options/dash-W +++ b/tests/scripts/options/dash-W @@ -60,7 +60,7 @@ rmfiles('foo.x', 'bar.x'); # Test -W on vpath-found files: it should take effect. # Savannah bug # 15341 -mkdir('x-dir'); +mkdir('x-dir', 0777); utouch(-20, 'x-dir/x'); touch('y'); |