summaryrefslogtreecommitdiff
path: root/apps/plugins/test_grey.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_grey.c')
-rw-r--r--apps/plugins/test_grey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_grey.c b/apps/plugins/test_grey.c
index c2adaf06b5..be28bedfb3 100644
--- a/apps/plugins/test_grey.c
+++ b/apps/plugins/test_grey.c
@@ -237,7 +237,7 @@ enum plugin_status plugin_start(const void* parameter)
237 case GREY_OK: 237 case GREY_OK:
238 rb->create_numbered_filename(filename, "/", "test_grey_", 238 rb->create_numbered_filename(filename, "/", "test_grey_",
239 ".txt", 2 IF_CNFN_NUM_(, NULL)); 239 ".txt", 2 IF_CNFN_NUM_(, NULL));
240 fd = rb->open(filename, O_RDWR|O_CREAT|O_TRUNC); 240 fd = rb->open(filename, O_RDWR|O_CREAT|O_TRUNC, 0666);
241 if (fd >= 0) 241 if (fd >= 0)
242 { 242 {
243 for (i = 0; i <= STEPS; i++) 243 for (i = 0; i <= STEPS; i++)