Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
13870c5482fe56cb2c942668c9f583cf339e8197
/
.
/
tests
/
readlink.test
blob: 11f2569fb4429344f71e37781b36e1c2c35ed316 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check readlink syscall decoding.
.
"${srcdir=.}/init.sh"
syscall
=
$
{
ME_
%.
test
}
OUT
=
"$LOG.out"
run_prog
>
/
dev
/
null
run_strace
-
xx
-
e $syscall $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
--
"$OUT"