]> granicus.if.org Git - strace/blob - tests/sysinfo.test
tests: add sysinfo.test
[strace] / tests / sysinfo.test
1 #!/bin/sh
2
3 # Check decoding of sysinfo syscall
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog > /dev/null
8 OUT="$LOG.out"
9 run_strace -esysinfo $args > "$OUT"
10 match_diff "$OUT" "$LOG"
11 rm -f "$OUT"
12
13 exit 0