mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
run-tests.sh Quotes are not needed in default param
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user