Skip to content

Commit

Permalink
tests: Fix shellcheck issue SC2148 by adding missing shell directive
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Jan 31, 2023
1 parent c2b54e6 commit fcb1942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

# shellcheck shell=bash

SWTPM=swtpm
SWTPM_EXE=${SWTPM_EXE:-${ROOT}/src/swtpm/${SWTPM}}
SWTPM_IOCTL=${SWTPM_IOCTL:-${ROOT}/src/swtpm_ioctl/swtpm_ioctl}
Expand Down

0 comments on commit fcb1942

Please sign in to comment.