• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Check -E option.
4
5. "${srcdir=.}/init.sh"
6
7run_prog ../sleep 0 > /dev/null
8run_strace -E option_E_var=OPTION_E_VAL -v $args
9match_grep
10