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