Sergey
2018-09-13 12:26:53 UTC
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 to find which daemon (or utility) used the touch
but I not found it. Can I simply to change path in the command.testc?
btw. perhaps it makes sense to check the location of the touch
by configure?
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 to find which daemon (or utility) used the touch
but I not found it. Can I simply to change path in the command.testc?
btw. perhaps it makes sense to check the location of the touch
by configure?
--
Regards, Sergey
Regards, Sergey