Skip to content

Commit 3c12920

Browse files
committed
Adjust some lines that bats didn't like
for some reason.
1 parent 967fd08 commit 3c12920

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/test-dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ set -e -u -o pipefail
1313

1414
if [[ $CODECOV_ENABLE ||
1515
$COVERALLS_TOKEN ||
16-
$CODE_COVERAGE_REPORT
17-
]]; then
16+
$CODE_COVERAGE_REPORT ]]
17+
then
1818
: "${HARNESS_PERL_SWITCHES:="-MDevel::Cover=+ignore,^local/|^t/|^xt"}"
1919
export HARNESS_PERL_SWITCHES
2020
fi
2121

2222
# remove the changes test if we're testing master
2323
if [[ $GITHUB_REF == refs/heads/master ||
24-
$CIRCLE_BRANCH == master
25-
]]; then
24+
$CIRCLE_BRANCH == master ]]
25+
then
2626
rm -f xt/release/changes_has_content.t || true
2727
perl -pi -e "s|'xt/release/changes_has_content.t'||g" \
2828
xt/author/* ||

0 commit comments

Comments
 (0)