summaryrefslogtreecommitdiff
path: root/tests/scripts/options
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-03-08 20:15:08 +0000
committerPaul Smith <psmith@gnu.org>2006-03-08 20:15:08 +0000
commitafc4906acaeb7191e4ec085d7be4ca5b036b821d (patch)
tree1772315a4dfcbe1d8f8470b2ddcc0f24900bbf96 /tests/scripts/options
parent8af9389f87e25aea721071516cf00ed13360ab9c (diff)
downloadgunmake-afc4906acaeb7191e4ec085d7be4ca5b036b821d.tar.gz
Some test updates for Windows.
Handle SHELL set on the command line properly for windows.
Diffstat (limited to 'tests/scripts/options')
-rw-r--r--tests/scripts/options/dash-W2
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');