#!/bin/sh -efu
#
# Check that --kill-on-exit option works.
#
# Copyright (c) 2023 Dmitry V. Levin <ldv@strace.io>
# All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later

. "${srcdir=.}/init.sh"
kill_on_exit_option='--kill-on-exit'
. "${srcdir=.}/kill-on-exit.sh"
