aboutsummaryrefslogtreecommitdiffstats
path: root/tests/umovestr2.test
blob: 705893878dee18d14c43f0632b30704f5d385f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# umovestr short read regression test

. "${srcdir=.}/init.sh"

OUT="$LOG.out"

run_prog > /dev/null
run_strace -veexecve -s262144 $args > "$OUT"
match_grep "$LOG" "$OUT"

rm -f "$OUT"

exit 0