Home | History | Annotate | Download | only in tests-m32
      1 #!/bin/sh
      2 
      3 # Check how "resuming interrupted nanosleep" works.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 run_prog > /dev/null
      8 syscalls=nanosleep,restart_syscall
      9 run_strace -a20 -e trace=$syscalls $args > "$EXP"
     10 match_grep "$LOG" "$EXP"
     11