[pacman-dev] [PATCH] Fix pactest when scriptlet shell is specified

2012-05-02 Thread Allan McRae
If --with-scriptlet-shell is specified, sylimk the shell to /bin/sh in order for the "make check" to pass. Signed-off-by: Allan McRae --- This at least works with --with-scriptlet-shell=/bin/bash... test/pacman/Makefile.am |9 + test/pacman/{pmtest.py => pmtest.py.i

Re: [pacman-dev] [PATCH] Fix pactest when scriptlet shell is specified

2012-05-02 Thread Allan McRae
On 02/05/12 20:25, Allan McRae wrote: > If --with-scriptlet-shell is specified, sylimk the shell to /bin/sh > in order for the "make check" to pass. > The missing .gitignore addition is added on my working branch. > Signed-off-by: Allan McRae > --- > > This at least works with --with-scriptle

Re: [pacman-dev] [PATCH] Fix pactest when scriptlet shell is specified

2012-05-02 Thread Dan McGee
On Wed, May 2, 2012 at 5:25 AM, Allan McRae wrote: > If --with-scriptlet-shell is specified, sylimk the shell to /bin/sh > in order for the "make check" to pass. > > Signed-off-by: Allan McRae Hmm. I'm not a fan of doing this in the sed/.in style at all; namely because pactest can be used to tes

Re: [pacman-dev] [PATCH] Fix pactest when scriptlet shell is specified

2012-05-02 Thread Allan McRae
On 02/05/12 22:17, Dan McGee wrote: > On Wed, May 2, 2012 at 5:25 AM, Allan McRae wrote: >> If --with-scriptlet-shell is specified, sylimk the shell to /bin/sh >> in order for the "make check" to pass. >> >> Signed-off-by: Allan McRae > > Hmm. I'm not a fan of doing this in the sed/.in style at