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.