Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Fix for non-Bash
/bin/sh
(#345)
* tests: Fix Bashism in POSIX shell script testContext.sh Symptom was: > # /bin/dash ./tests/lcov/extract/testContext.sh > ./tests/lcov/extract/testContext.sh: 3: [: die: unexpected operator > [..] Signed-off-by: Sebastian Pipping <[email protected]> * tests: Add missing portable Bash shebang line to script mcdc.sh Symptom was: > ./mcdc.sh: 61: [[: not found > ./mcdc.sh: 70: Syntax error: "(" unexpected (expecting "then") --------- Signed-off-by: Sebastian Pipping <[email protected]>
- Loading branch information