]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg: Replace /bin/true by true (required on macOS)
authorStefan Weil <sw@weilnetz.de>
Tue, 2 Feb 2021 13:39:56 +0000 (13:39 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 10:55:20 +0000 (10:55 +0000)
commit2a86d66be1a33c2db25e4774def415784bf44131
tree3762a359fc29afa5a8e3961abbb8468d567165ba
parent6e3dd7571705e7a396b21a39894903083bfb23f9
tests/tcg: Replace /bin/true by true (required on macOS)

/bin/true is missing on macOS, but simply "true" is available as a shell builtin.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210128135627.2067003-1-sw@weilnetz.de>
Message-Id: <20210202134001.25738-12-alex.bennee@linaro.org>
tests/tcg/Makefile.qemu