summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/exec.tests (plain)
blob: 624915de16a13b6459aa6709e3b3c8b948efe871
1rm -f test1.sh
2(exec ./test1.sh)
3echo $?
4