Changeset 366558f


Ignore:
Timestamp:
Jan 10, 2010, 10:03:52 AM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
0f8efe0
Parents:
f7cd7c9
git-author:
Nelson Elhage <nelhage@mit.edu> (01/09/10 09:54:18)
git-committer:
Nelson Elhage <nelhage@mit.edu> (01/10/10 10:03:52)
Message:
completion.t: Pass a mode to mkpath.

For some reason, without an explicit mode, the directories are created
000 on some systems.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • t/completion.t

    re6cec01 r366558f  
    310310       "$tmpdir/Private/",
    311311       "$tmpdir/.ours",
    312        "$tmpdir/www");
     312       "$tmpdir/www",
     313     {mode => 0700});
    313314touch("$tmpdir/.zephyr.subs");
    314315touch("$tmpdir/wheee");
Note: See TracChangeset for help on using the changeset viewer.