summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-30 16:48:54 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-07-02 12:44:12 +0200
commitf1ef12ffa7d7ea18f035fa53163b12b5d694bf5b (patch)
tree9454f60536c7aed6c5af2745b90fcc00dfdb9089
parentb001f2722c9d8a48db618881cc83ed7544bd4743 (diff)
downloadgnutls-f1ef12ffa7d7ea18f035fa53163b12b5d694bf5b.tar.gz
tests: better guarding of variable SKIP_DATEFUDGE_CHECK
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-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