/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/localtime.test
18 строк
452 B
Dmitry V. Levin
tests: change the license to GPL-2.0-or-later
10 дек 2018, 03:00
10 дек 2018, 03:00
c6782f1
Код
Авторство
О чём код?
#!/bin/sh # # Check handling of localtime() failure in printleader(). # # Copyright (c) 2018 The strace developers. # All rights reserved. # # SPDX-License-Identifier: GPL-2.0-or-later . "${srcdir=.}/init.sh" check_prog faketime faketime -f +1000000000000000000x0 ../$NAME | grep -q '^100000000' \ || framework_skip_ 'faketime failed to fake time' STRACE="faketime -f +1000000000000000000x0 $STRACE" run_strace_match_diff -tt -a10 -e trace=gettid