diff --git a/scripts/test.sh b/scripts/test.sh index c38f131e17..81d5124372 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -20,7 +20,7 @@ EXIT_STATUS=$? cat output | $GOPATH/bin/go-junit-report > report.xml rm output -find . -name 'cprofile*.out' -exec sh -c 'tail -n +2 {} >> cover.out ; rm "{}"' \; +find . -name 'cprofile*.out' -exec sh -c 'tail -n +2 "{}" >> cover.out ; rm "{}"' \; rm -f config/*.crt rm -f config/*.key