Skip to content

Commit

Permalink
Fix ShellCheck finding
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki authored and kkaarreell committed Aug 24, 2023
1 parent 3d332a7 commit 4723530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/test-helpers/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ if ! grep -q "^$PWD\$" $__INTERNAL_limeLogCurrentTest; then
[ -f $__INTERNAL_limeLogVerifier ] && > $__INTERNAL_limeLogVerifier
[ -f $l__INTERNAL_imeLogRegistrar ] && > $__INTERNAL_limeLogRegistrar
[ -f $__INTERNAL_limeLogAgent ] && > $__INTERNAL_limeLogAgent
[ -f $__INTERNAL_limeLogIMAEmulator ] && > $__INTERNAL_limeLogIMAEmulator && rm -f ${__INTERNAL_limeLogIMAEmulator}.tpm*
[ -f $__INTERNAL_limeLogIMAEmulator ] && > $__INTERNAL_limeLogIMAEmulator && rm -f "${__INTERNAL_limeLogIMAEmulator}.tpm"*
fi

# prepare coveragerc file
Expand Down

0 comments on commit 4723530

Please sign in to comment.