X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fust-multi-test%2Fust-multi-test.c;fp=tests%2Fust-multi-test%2Fust-multi-test.c;h=814e4517dc366295f2cf6bb990c5ac8374e3f919;hb=72aa0d36b5508c151a1f62497479a7052f388f46;hp=dc91b847e39abbc5a210eb3a318c8c990d0f1425;hpb=6deab9b40d5b8d67b4e54674c14b9b08a5557753;p=lttng-ust.git diff --git a/tests/ust-multi-test/ust-multi-test.c b/tests/ust-multi-test/ust-multi-test.c index dc91b847..814e4517 100644 --- a/tests/ust-multi-test/ust-multi-test.c +++ b/tests/ust-multi-test/ust-multi-test.c @@ -230,7 +230,7 @@ int consume_stream(struct lttng_ust_shm_handle *handle, int cpu, char *outfile) } /* copy */ - outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, + outfd = open(outfile, O_WRONLY | O_CREAT | O_LARGEFILE | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); if (outfd < 0) { perror("open output");