#!/bin/sh . "${srcdir=.}/init.sh" run_prog > /dev/null run_strace -a16 -efchmod $args > "$OUT" match_diff "$LOG" "$OUT" rm -f "$OUT" exit 0