zfs/tests/test-runner/include
Ryan Moeller e0d3284bc9
Exit status 256+signum is actually baked in to ksh
While #10121 did fix the signal numbers for FreeBSD/Darwin, it
incorrectly changed the expected encoding of exit status for commands
that exited on a signal.  The encoding 256+signum is a feature of the
shell.  Only the signal numbers themselves are platform-dependent.

Always use the encoding 256+signum when checking exit status for
signal exits.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #10137
2020-03-17 09:49:58 -07:00
..
Makefile.am Clean up (k)shlib and cfg file shebangs 2018-04-08 19:37:22 -07:00
logapi.shlib Exit status 256+signum is actually baked in to ksh 2020-03-17 09:49:58 -07:00
stf.shlib Add the ZFS Test Suite 2016-03-16 13:46:16 -07:00