t/100-args: add a test for --old-args feature.
This commit is contained in:
parent
a8bec74449
commit
1f304f4d1d
2 changed files with 7 additions and 0 deletions
|
|
@ -1 +1,3 @@
|
||||||
redo test.args test2.args passfailtest
|
redo test.args test2.args passfailtest
|
||||||
|
. ../skip-if-minimal-do.sh
|
||||||
|
redo --old-args test.oldargs
|
||||||
|
|
|
||||||
5
t/100-args/default.oldargs.do
Normal file
5
t/100-args/default.oldargs.do
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Note: this test expects to be run with 'redo --old-args' or it will fail.
|
||||||
|
. ../skip-if-minimal-do.sh
|
||||||
|
[ "$1" = "test" ]
|
||||||
|
[ "$2" = ".oldargs" ]
|
||||||
|
[ "$3" != "test.oldargs" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue