eabfa5e9e0
* tests/ioprio.c: New file. * tests/ioprio.test: New test. * tests/.gitignore: Add ioprio. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add ioprio.test.
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check iprio_get and iprio_set syscalls decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a18 -e trace=ioprio_get,ioprio_set
|