/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.7
tests/pipe.test
19 строк
359 B
Dmitry V. Levin
Add copyright headers to some files that lack them
25 дек 2018, 02:46
25 дек 2018, 02:46
92e347b
Код
Авторство
О чём код?
#!/bin/sh # # Check decoding of pipe syscall. # # Copyright (c) 2015-2018 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later . "${srcdir=.}/init.sh" run_prog run_strace -a13 -epipe $args check_prog grep LC_ALL=C grep -x "pipe(.*" "$LOG" > /dev/null || skip_ 'test executable does not use pipe syscall' match_diff