summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-19 16:13:25 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-19 18:26:45 +0200
commit5e9e4fd696239ee763276d1ed6d4a6db13f34ec5 (patch)
treeb313ec42a902c21756d146142582433897a4646a /tests
parent88e6c95212d0721979e16d61141c74c43969f11d (diff)
downloadgnutls-5e9e4fd696239ee763276d1ed6d4a6db13f34ec5.tar.gz
corrected datefudge test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/suite/testcompat4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/testcompat b/tests/suite/testcompat
index 320d9e4102..f299489683 100755
--- a/tests/suite/testcompat
+++ b/tests/suite/testcompat
@@ -26,8 +26,8 @@ if ! test -x /usr/bin/openssl;then
fi
# Check for datefudge
-TSTAMP=`datefudge "2006-09-23" date -u +%s`
-if test "$TSTAMP" != "1158962400"; then
+TSTAMP=`datefudge "2006-09-23 00:00 UTC" date -u +%s`
+if test "$TSTAMP" != "1158969600"; then
echo "You need datefudge to run this test"
exit 77
fi