#!/bin/sh # Check decoding of sysinfo syscall . "${srcdir=.}/init.sh" run_prog > /dev/null OUT="$LOG.out" run_strace -esysinfo $args > "$OUT" match_diff "$OUT" "$LOG" rm -f "$OUT" exit 0