Remove deprecated old-args feature.
This commit is contained in:
parent
99873775ba
commit
63f9dcb640
6 changed files with 2 additions and 24 deletions
|
|
@ -1,3 +1,2 @@
|
|||
redo test.args test2.args passfailtest
|
||||
. ../skip-if-minimal-do.sh
|
||||
redo --old-args test.oldargs
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
# 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