spectre-meltdown-checker: Add execution by /bin/sh

Since spectre-meltdown-checker.sh does not have execute permission,
so an error will occur when executing.

```
+ cd ./automated/linux/spectre-meltdown-checker-test
+ ./spectre-meltdown-checker-test.sh -s False -v v0.45 -w False
./spectre-meltdown-checker-test.sh: 46:
./spectre-meltdown-checker-test.sh: ./spectre-meltdown-checker.sh:
Permission denied
+ ../../utils/send-to-lava.sh ./output/result.txt
```

There are several ways to work around this issue, but I can do so by
running it with /bin/sh at run time.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
1 file changed
tree: 69a864c5c9d1dd51e9d36b33827c4906c6201a55
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. CODEOWNERS
  13. COPYING
  14. COPYRIGHTS
  15. mkdocs.yml
  16. README.md
  17. sanity-check.sh
  18. test.sh
  19. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execoution outside LAVA.

More details in docs