summaryrefslogtreecommitdiff
path: root/tests/count-f.test
blob: 4f3d45f8889f2451a2bdc05e70a3d8d7cf7862dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
#
# Check whether -c counts through forks and clones properly.
#
# Copyright (c) 2016-2018 The strace developers.
# All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later

. "${srcdir=.}/init.sh"

run_prog
run_strace -q -f -c $args
match_grep

exit 0