summaryrefslogtreecommitdiff
path: root/tests/suite/testcompat-openssl-cli.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/testcompat-openssl-cli.sh')
-rwxr-xr-xtests/suite/testcompat-openssl-cli.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/testcompat-openssl-cli.sh b/tests/suite/testcompat-openssl-cli.sh
index 3e1b67018e..d0c6324ada 100755
--- a/tests/suite/testcompat-openssl-cli.sh
+++ b/tests/suite/testcompat-openssl-cli.sh
@@ -51,12 +51,12 @@ fi
export TZ="UTC"
-# Check for datefudge
+# Check for faketime/datefudge
. "${srcdir}/../scripts/common.sh"
skip_if_no_datefudge
-timeout 1800 datefudge "2012-09-02" \
+gnutls_timewrapper_standalone "2012-09-02" timeout 1800 \
"${srcdir}/testcompat-openssl-cli-common.sh"
ret=$?