Fix resolver_gce_integration_tests_defs.include to pass shellcheck
This commit is contained in:
parent
4c959bab8a
commit
3ce5b53f61
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue