Stefan Hajnoczi wrote:
> From: Stefan Hajnoczi
>
> The tests use bash language features including 'local' and 'let' which
> aren't supported by /bin/sh on systems that use a conservative shell
> like dash. This patch changes the interpreter to /bin/bash.
Minor nit: Dash does support 'local'.
-
From: Stefan Hajnoczi
The tests use bash language features including 'local' and 'let' which
aren't supported by /bin/sh on systems that use a conservative shell
like dash. This patch changes the interpreter to /bin/bash.
Signed-off-by: Stefan Hajnoczi
---
001|2 +-
002