aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/test
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-02-07 11:43:46 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2018-02-07 11:43:46 -0800
commit3ce5b53f61261977963015e70792e9ee6f5dfdae (patch)
tree1722dc64199c82b589b98fcf8c391715a4c7f1b5 /templates/test
parent4c959bab8a2e9f2f89c3f982d5e65137b86f9f18 (diff)
Fix resolver_gce_integration_tests_defs.include to pass shellcheck
Diffstat (limited to 'templates/test')
-rw-r--r--templates/test/cpp/naming/resolver_gce_integration_tests_defs.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/test/cpp/naming/resolver_gce_integration_tests_defs.include b/templates/test/cpp/naming/resolver_gce_integration_tests_defs.include
index 2413ec57d0..0cb8a1baf3 100644
--- a/templates/test/cpp/naming/resolver_gce_integration_tests_defs.include
+++ b/templates/test/cpp/naming/resolver_gce_integration_tests_defs.include
@@ -24,7 +24,7 @@ elif [[ "$GRPC_DNS_RESOLVER" != ares ]]; then
exit 1
fi
-cd $(dirname $0)/../../..
+cd "$(dirname "$0")/../../.."
if [[ "$CONFIG" == "" ]]; then
export CONFIG=opt