Home | History | Annotate | Download | only in tests
      1 #!/bin/sh
      2 
      3 # Check signal injection.
      4 . "${srcdir=.}/init.sh"
      5 
      6 run_strace -a12 -echdir,exit_group -einject=chdir:signal=USR1 \
      7 	../$NAME
      8 match_diff
      9