aboutsummaryrefslogtreecommitdiffstats
path: root/eztester.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-07-26 15:25:12 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-07-26 15:25:12 -0400
commitbbc91111375e5ecd2be708fe8c2baea88093eb1a (patch)
tree8733ae289efa3bf75037829147e76e47fa9a769d /eztester.h
parentbf52a4a4ab8db88575083202bb16aa03f7952ce2 (diff)
FEAT: worker now raises SIGSTOP while waiting for work
Diffstat (limited to 'eztester.h')
-rw-r--r--eztester.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/eztester.h b/eztester.h
index 682d348..c216dd3 100644
--- a/eztester.h
+++ b/eztester.h
@@ -47,7 +47,8 @@ void eztester_run(eztester_list *test_list, const eztester_behavior behavior);
/* Wrapper for `system` function
*
- * if command is null return the availability of a shell (negated result of system's behavior)
+ * if command is null return the availability of a shell (negated result of
+ * system's behavior)
*
* If command is not null return the exit status of the process
*/