fix echo.sh test

This commit is contained in:
dimagolomozy
2021-08-04 13:48:36 +03:00
parent 9e2754f673
commit bf9d233ab0
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#
function log {
if [[ ! -v GOR_TEST ]]; then # if we are not testing
if [[ -n "$GOR_TEST" ]]; then # if we are not testing
# Logging to stderr, because stdout/stdin used for data transfer
>&2 echo "[DEBUG][ECHO] $1"
fi