Re: [PATCH] Fix spurious testsuite failure when /bin/sh is dash
Stefano Lattarini <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <[email protected]> |
On 12/19/2014 09:08 PM, Eric Blake wrote: > On 12/17/2014 06:18 AM, Stefano Lattarini wrote: >> The testsuite used slightly different logic in the code employed to >> decide whether a test should be skipped due to a limitation of the >> selected shell, and in the code running the test itself. >> >> * tests/autotest.at (Syntax error): Adjust. >> (parallel syntax error): Likewise. >> >> Signed-off-by: Stefano Lattarini <[email protected]> >> --- >> tests/autotest.at | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > ACK. > Thanks, pushed.