On Friday 14 September 2018, ellie timoney wrote:
> and then let us know if you find any other mismatched paths like this?
> Then we can patch them all in one go. :)
I know about pcre. I wrote about it here:
https://lists.andrew.cmu.edu/pipermail/info-cyrus/2015-October/038549.html
Since it tim
Hi Sergey,
On Thu, Sep 13, 2018, at 10:26 PM, Sergey wrote:
> Hello.
>
> I attempted to run unit tests and got error:
>
> Suite: command
> Test: run ...FAILED
> 1. cunit/unit.c:115 - CU_FAIL_FATAL("Code under test exited")
>
> This is result of wrong path to touch in my distro in cunit/c
Hello.
I attempted to run unit tests and got error:
Suite: command
Test: run ...FAILED
1. cunit/unit.c:115 - CU_FAIL_FATAL("Code under test exited")
This is result of wrong path to touch in my distro in cunit/command.testc:
r = run_command("/usr/bin/touch", canary, NULL);
I attempted to