minimal/do: handle nonzero exit codes and set $1/$2 correctly.
Also add some tests to confirm this.
This commit is contained in:
parent
c7585558ef
commit
b9853d3858
6 changed files with 27 additions and 8 deletions
3
t/test2.args.do
Normal file
3
t/test2.args.do
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[ "$1" = "test2.args" ]
|
||||
[ "$2" = "" ]
|
||||
[ "$3" != "test2.args" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue