Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Zsh 5.6 test failures in A05execution.ztst



On Wed, 5 Sep 2018 12:45:14 -0400
Leo Famulari <leo@xxxxxxxxxxxxx> wrote:

> On Wed, Sep 05, 2018 at 09:49:01AM +0100, Peter Stephenson wrote:
> > Try this...  
> 
> Thanks!
> 
> > -  PATH=/bin:${ZTST_testdir}/command.tmp/ tstcmd-slashless
> > +  PATH=${echopath}:${ZTST_testdir}/command.tmp/ tstcmd-slashless
> >  0:path (3)  
> >  >This is slashless  
> >  
> > -  PATH=/bin:${ZTST_testdir}/command.tmp tstcmd-arg
> > +  PATH=${shpath}:${ZTST_testdir}/command.tmp tstcmd-arg
> >  0:path (4)  
> >  *>foo */command.tmp/tstcmd-arg  
> 
> The insertion of $echopath and $shpath here was reversed.
> 
> Test 3 needed $shpath and test 4 needed $echopath. The tests succeed
> with that change.

I've committed it with that change, thanks.

pws



Messages sorted by: Reverse Date, Date, Thread, Author