1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-25 23:46:00 +03:00

run-tests.sh Quotes are not needed in default param

This commit is contained in:
Anatoli Babenia 2020-08-01 06:06:49 +03:00
parent 36a7cd3fc5
commit ca88810936

View File

@ -25,7 +25,7 @@ echo "Using PYTHON $python_version: $PYTHON"
skip_online="${CHEATSH_TEST_SKIP_ONLINE:-NO}"
test_standalone="${CHEATSH_TEST_STANDALONE:-YES}"
show_details="${CHEATSH_TEST_SHOW_DETAILS:-YES}"
CHTSH_URL="${CHTSH_URL:-'http://localhost:8002'}"
CHTSH_URL="${CHTSH_URL:-http://localhost:8002}"
TMP=$(mktemp /tmp/cht.sh.tests-XXXXXXXXXXXXXX)
TMP2=$(mktemp /tmp/cht.sh.tests-XXXXXXXXXXXXXX)