]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/exec5.sub
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / exec5.sub
CommitLineData
cce855bc
JA
1# try exec'ing a command that cannot be found in $PATH
2shopt -s execfail
3
4exec bash-notthere
5# make sure we're still around
6echo $?
7
8# now we need to go away, but this should echo 'this is ohio-state'
9exec -a ohio-state ${THIS_SH} -c 'echo this is $0'