onetrueawk / awk

One true awk
Other
1.99k stars 160 forks source link

Fix the system-status test on OpenBSD #236

Closed tbvdm closed 3 months ago

tbvdm commented 3 months ago

/bin/sh on OpenBSD catches SIGHUP, which affects the return value of system() in the test. Use SIGKILL to ensure that the shell is terminated by a signal.

I've checked the new return value on FreeBSD, NetBSD, OpenBSD, macOS and Ubuntu.