Applied, thanks
On Wed, Apr 17, 2019 at 5:00 AM Chen Qi <[email protected]> wrote: > > Signed-off-by: Chen Qi <[email protected]> > --- > testsuite/dc.tests | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/testsuite/dc.tests b/testsuite/dc.tests > index 1708a48..8c3af41 100755 > --- a/testsuite/dc.tests > +++ b/testsuite/dc.tests > @@ -41,6 +41,9 @@ testing "dc complex without spaces (multiple args)" \ > "16\n" \ > "" "" > > +optional FEATURE_DC_BIG > +# All tests below depend on FEATURE_DC_BIG > + > testing "dc read" \ > "dc -finput" \ > "2\n9\n1\n" \ > @@ -51,9 +54,6 @@ testing "dc read string" \ > "2\nstr\n1\n" \ > "1?2\nf" "[str]\n" > > -optional FEATURE_DC_BIG > -# All tests below depend on FEATURE_DC_BIG > - > testing "dc '>a' (conditional execute string) 1" \ > "dc" \ > "1\n9\n" \ > -- > 2.7.4 > > _______________________________________________ > busybox mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/busybox _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
