]> granicus.if.org Git - strace/blob - tests/rt_sigaction.test
Remove XLAT_END
[strace] / tests / rt_sigaction.test
1 #!/bin/sh
2 #
3 # Check rt_sigaction decoding.
4 #
5 # Copyright (c) 2017-2018 The strace developers.
6 # All rights reserved.
7 #
8 # SPDX-License-Identifier: GPL-2.0-or-later
9
10 . "${srcdir=.}/init.sh"
11
12 run_prog
13 run_strace -ert_sigaction $args
14 match_awk
15
16 exit 0