* tests/test-posix_spawn3.c (parent_main): Fix typo in comment.
+2018-09-07 Bruno Haible <bruno@clisp.org>
+
+ Fix a comment.
+ * tests/test-posix_spawn3.c (parent_main): Fix typo in comment.
+
2018-09-07 Bruno Haible <bruno@clisp.org>
posix_spawn_file_actions_addchdir: Add tests.
}
/* Test whether posix_spawn_file_actions_addopen with this file name
- actually works, but spawning a child that reads from this file. */
+ actually works, by spawning a child that reads from this file. */
actions_allocated = false;
if ((err = posix_spawn_file_actions_init (&actions)) != 0
|| (actions_allocated = true,