]> git.ipfire.org Git - thirdparty/git.git/commit
t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command
authorJeff Hostetler <jeffhost@microsoft.com>
Mon, 20 Sep 2021 15:36:18 +0000 (15:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 15:57:58 +0000 (08:57 -0700)
commit05881a6fc9020b5c227a98490bf256d129da01f6
tree6c73ef177e03f757aea41f35748b896ec6037c94
parentfdb1322651a41a4e754bfac23513c0fa32dc1db8
t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command

Convert test helper to use `start_bg_command()` when spawning a server
daemon in the background rather than blocks of platform-specific code.

Also, while here, remove _() translation around error messages since
this is a test helper and not Git code.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-simple-ipc.c