blob: 9b7fba3792f5356177f860df7e623170da0a2fad [file] [log] [blame]
#!/bin/sh
# Check decoding of rt_sigqueueinfo syscall
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -ert_sigqueueinfo -esignal=none $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0