Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
304752e0d49253a8409118d948d31ef3a7b2bc6b
/
.
/
tests-mx32
/
count-f.test
blob: 67515efa4629b4bfcc850db5f9574aeb96ed0ccb [
file
] [
log
] [
blame
]
Elliott Hughes
d35df49
2017-02-15 15:19:05 -0800
[
diff
] [
blame
]
1
#!/bin/sh
2
3
# Check whether -c counts through forks and clones properly
4
5
.
"${srcdir=.}/init.sh"
6
7
run_prog
8
run_strace
-
q
-
f
-
c $args
9
match_grep
10
11
exit
0