X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=tests%2Fust-basic-tracing%2Fust-basic-tracing.c;fp=tests%2Fust-basic-tracing%2Fust-basic-tracing.c;h=e704af1f9e346768f310bcbc9479fd80f2a56c5a;hp=57c025ee15e59081cadf0d2c401e0059f7b0fa46;hb=1abcee5dc89230e8f9dca4b961e978fe6ac44954;hpb=08650f8088dd5b42f9daf254b1b0fc4974040b17 diff --git a/tests/ust-basic-tracing/ust-basic-tracing.c b/tests/ust-basic-tracing/ust-basic-tracing.c index 57c025ee..e704af1f 100644 --- a/tests/ust-basic-tracing/ust-basic-tracing.c +++ b/tests/ust-basic-tracing/ust-basic-tracing.c @@ -222,7 +222,7 @@ int consume_stream(struct lttng_ust_shm_handle *handle, int cpu, char *outfile) } /* copy */ - outfd = open(outfile, O_WRONLY | O_CREAT | O_LARGEFILE | O_TRUNC, + outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); if (outfd < 0) { perror("open output");