tests:w32: Fix fdpassing test to kill the server at the end.
* tests/fdpassing-socket.sh: Fix typo. * tests/fdpassing.c (cmd_kill): New. (register_commands): Add KILL command. (server_common): Exit the loop when SERVER_DONE. (client): Invoke KILL command if it's a socket connection. (main): Distinguish if it's socket connection or not.
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>