]> granicus.if.org Git - strace/blob - tests/umovestr2.test
Replace "(unsigned long) -1L" with -1UL
[strace] / tests / umovestr2.test
1 #!/bin/sh
2
3 # umovestr short read regression test
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog > /dev/null
8 run_strace -veexecve -s262144 $args > "$EXP"
9 check_prog sed
10 sed 1d < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
12
13 rm -f "$EXP" "$OUT"
14
15 exit 0