* Test that the pidfile lock is inherited. */
| 254 | * Test that the pidfile lock is inherited. |
| 255 | */ |
| 256 | static const char * |
| 257 | test_pidfile_inherited(void) |
| 258 | { |
| 259 | const char *fn = "test_pidfile_inherited"; |
| 260 | const char *result; |
| 261 | |
| 262 | result = common_test_pidfile_child(fn, 1); |
| 263 | return (result); |
| 264 | } |
| 265 | |
| 266 | /* |
| 267 | * Make sure we handle relative pidfile paths correctly. |
nothing calls this directly
no test coverage detected