Dmitry V. Levin | c1f99f5 | 2016-02-13 03:45:32 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check copy_file_range syscall decoding. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
6 | |||||
7 | run_prog > /dev/null | ||||
Dmitry V. Levin | c1f99f5 | 2016-02-13 03:45:32 +0000 | [diff] [blame] | 8 | run_strace -ecopy_file_range $args > "$OUT" |
9 | match_diff "$LOG" "$OUT" | ||||
10 | rm -f "$OUT" |