Home | History | Annotate | Line # | Download | only in unit-tests
opt-jobs-no-action.exp revision 1.1
      1 # .echoOff
      2 # .errOnOrEcho
      3 echo "false regular"
      4 # .errExit
      5 { false regular
      6 } || exit $?
      7 # .echoOn
      8 # .errExit
      9 { : silent
     10 } || exit $?
     11 # .echoOn
     12 false ignore-errors
     13 echo run despite the -n option
     14 run despite the -n option
     15 exit status 0
     16