summaryrefslogtreecommitdiff
path: root/tests/scripts/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/common.sh')
-rw-r--r--tests/scripts/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/common.sh b/tests/scripts/common.sh
index 35ac52e5a6..10c25738dd 100644
--- a/tests/scripts/common.sh
+++ b/tests/scripts/common.sh
@@ -69,7 +69,7 @@ GETPORT='rc=0; myrandom=$(date +%N | sed s/^0*//)
check_for_datefudge() {
# On certain platforms running datefudge date fails (e.g., x86 datefudge
# with x86-64 date app).
- if test ${SKIP_DATEFUDGE_CHECK} = 1;then
+ if test "${SKIP_DATEFUDGE_CHECK}" = 1;then
return
fi