/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/PTRACE_SEIZE.sh
13 строк
344 B
Dmitry V. Levin
tests: move PTRACE_SEIZE check to a separate file
06 мар 2019, 19:02
06 мар 2019, 19:02
875efe9
Код
Авторство
О чём код?
#!/bin/sh # # Skip the test if PTRACE_SEIZE is not supported. # # Copyright (c) 2014-2019 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later $STRACE -d -enone / > /dev/null 2> "$LOG" ||: if grep -x "[^:]*strace: PTRACE_SEIZE doesn't work" "$LOG" > /dev/null; then skip_ "PTRACE_SEIZE doesn't work" fi