From 1b7af072d7a6428e8ba276c4983e1d3155313855 Mon Sep 17 00:00:00 2001 From: MathijsHoogland Date: Sun, 12 Mar 2017 19:58:36 +0100 Subject: [PATCH] Syntax fixes test code (#10747) * Removed a comma that should not be there. * Should use double quotes if an expression is in a string. --- .../install/__tests__/replies/package.no_version.json | 2 +- test/scripts/_jenkins_setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli_plugin/install/__tests__/replies/package.no_version.json b/src/cli_plugin/install/__tests__/replies/package.no_version.json index 874c3e5a0460..9c4f574d8946 100644 --- a/src/cli_plugin/install/__tests__/replies/package.no_version.json +++ b/src/cli_plugin/install/__tests__/replies/package.no_version.json @@ -1,3 +1,3 @@ { - "name": "test-plugin", + "name": "test-plugin" } diff --git a/test/scripts/_jenkins_setup.sh b/test/scripts/_jenkins_setup.sh index 850bfd91c364..60c352337422 100755 --- a/test/scripts/_jenkins_setup.sh +++ b/test/scripts/_jenkins_setup.sh @@ -8,7 +8,7 @@ set -e if [ -n "$WORKSPACE" ]; then cd "$WORKSPACE" else - echo 'Unable to find the $WORKSPACE environment variable, is this jenkins?' + echo "Unable to find the $WORKSPACE environment variable, is this jenkins?" exit 1 fi