]> granicus.if.org Git - strace/blob - tests/ipc.sh
Replace "(unsigned long) -1L" with -1UL
[strace] / tests / ipc.sh
1 #!/bin/sh
2
3 # Check decoding of ipc syscalls
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog > /dev/null
8 run_strace -eipc $args > "$OUT"
9 match_grep "$LOG" "$OUT"
10
11 rm -f "$OUT"
12
13 exit 0