Home | History | Annotate | Download | only in tests-m32
      1 #!/bin/sh
      2 
      3 # Check adjtimex syscall decoding.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 run_prog > /dev/null
      8 run_strace -a 15 -e adjtimex $args > "$OUT"
      9 match_grep "$LOG" "$OUT"
     10 rm -f "$OUT"
     11 
     12 exit 0
     13