Home | History | Annotate | Download | only in tests
      1 #!/bin/sh
      2 
      3 # Check -E option.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 run_prog ../sleep 0 > /dev/null
      8 run_strace -E option_E_var=OPTION_E_VAL -v $args
      9 match_grep
     10