Recently we've not built our kill command by default,
so reduce test dependence on that.
* tests/sort/sort-compress-proc.sh: `kill -l [exit_status]` is well
supported, and is a POSIX requirement.
* tests/timeout/timeout.sh: There were actually no kill invocations
in this test at all.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
-print_ver_ sort kill
+print_ver_ sort
expensive_
# Terminate any background processes
# while not reading all the data presented.
PRE_COMPRESS='exit 0' \
sort --compress-program=./compress -S 1k --batch-size=30 ./in ./in > out
-test $(env kill -l $?) = 'PIPE' && fail=1
+test $(kill -l $?) = 'PIPE' && fail=1
# "Impatient exit" tests
#
# along with this program. If not, see <https://www.gnu.org/licenses/>.
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
-print_ver_ timeout kill
+print_ver_ timeout
require_trap_signame_
# no timeout