xref: /aosp_15_r20/external/strace/tests-m32/count-f.test (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1#!/bin/sh
2
3# Check whether -c counts through forks and clones properly
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace -q -f -c $args
9match_grep
10
11exit 0
12