File tree Expand file tree Collapse file tree
sdm/src/test/java/integration/com/sap/cds/sdm/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
66
77# Load key=value pairs from .properties file without shell expansion of values
88load_props () {
9- local key val
109 while IFS= read -r line || [[ -n " $line " ]]; do
1110 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
1211 key= " ${line%% =* } "
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
66
77# Load key=value pairs from .properties file without shell expansion of values
88load_props () {
9- local key val
109 while IFS= read -r line || [[ -n " $line " ]]; do
1110 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
1211 key= " ${line%% =* } "
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2020
2121# Load key=value pairs from .properties file without shell expansion of values
2222load_props () {
23- local key val
2423 while IFS= read -r line || [[ -n " $line " ]]; do
2524 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
2625 key= " ${line%% =* } "
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2121
2222# Load key=value pairs from .properties file without shell expansion of values
2323load_props () {
24- local key val
2524 while IFS= read -r line || [[ -n " $line " ]]; do
2625 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
2726 key= " ${line%% =* } "
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2121
2222# Load key=value pairs from .properties file without shell expansion of values
2323load_props () {
24- local key val
2524 while IFS= read -r line || [[ -n " $line " ]]; do
2625 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
2726 key= " ${line%% =* } "
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2525
2626# Load key=value pairs from .properties file without shell expansion of values
2727load_props () {
28- local key val
2928 while IFS= read -r line || [[ -n " $line " ]]; do
3029 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
3130 key= " ${line%% =* } "
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2020
2121# Load key=value pairs from .properties file without shell expansion of values
2222load_props () {
23- local key val
2423 while IFS= read -r line || [[ -n " $line " ]]; do
2524 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
2625 key= " ${line%% =* } "
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ CONFIG_FILE="${SCRIPT_DIR}/../../../../../../../resources/credentials.properties
2626
2727# Load key=value pairs from .properties file
2828load_props () {
29- local key val
3029 while IFS= read -r line || [[ -n " $line " ]]; do
3130 [[ " $line " =~ ^[[:space:]]* $ || " $line " =~ ^[[:space:]]* # ]] && continue
3231 key= " ${line%% =* } "
You can’t perform that action at this time.
0 commit comments