diff options
Diffstat (limited to 'tests/scripts/options')
-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'); |