1#!/bin/sh
2
3# Check verbose decoding of wait4 syscall.
4
5. "${srcdir=.}/init.sh"
6run_strace_match_diff -v -e signal=none -e trace=wait4
7