Home | History | Annotate | Download | only in tests-m32
      1 #!/bin/sh
      2 
      3 # Check sched_get_priority_min and sched_get_priority_max syscalls decoding.
      4 
      5 . "${srcdir=.}/init.sh"
      6 run_strace_match_diff -a33 -e trace=sched_get_priority_min,sched_get_priority_max
      7