/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/kill-on-exit.test
12 строк
277 B
Dmitry V. Levin
Introduce --kill-on-exit option
12 окт 2023, 11:00
12 окт 2023, 11:00
d0e007f
Код
Авторство
О чём код?
#!/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"