You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
206 B

#!/bin/sh
# umovestr short read regression test
. "${srcdir=.}/init.sh"
run_prog > /dev/null
run_strace -veexecve -s262144 $args > "$EXP"
check_prog sed
sed 1d < "$LOG" > "$OUT"
match_diff "$OUT" "$EXP"