Targets created from stdout should be rw-, not rwx.
I had forgotten to pass the create mode to open(). Oops!
This commit is contained in:
parent
190dd657d8
commit
83dd52c209
6 changed files with 10 additions and 5 deletions
|
|
@ -1,6 +1,4 @@
|
|||
redo-ifchange all
|
||||
./hello >&2
|
||||
redo deltest deltest2 test.args test2.args passfailtest \
|
||||
curse/test deps/test "space dir/test"
|
||||
|
||||
|
||||
curse/test deps/test "space dir/test" modetest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue