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