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