blob: 07de2b0815f3d6b725d7f1c686fa3b4ff8422f97 [file] [log] [blame]
#!/bin/sh
# Check how strace -f follows fork syscall.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -a26 -qq -f -echdir -esignal=none $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0