Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
srcdir="${srcdir:-.}"
CERTTOOL="${CERTTOOL:-../../src/certtool${EXEEXT}}"
+export TZ="UTC"
+
# Check for datefudge
TSTAMP=`datefudge "2006-09-23" date -u +%s || true`
-if test "${TSTAMP}" != "1158962400"; then
+if test "${TSTAMP}" != "1158969600"; then
echo "You need datefudge to run this test"
exit 77
fi
export FIPS=0
fi
+export TZ="UTC"
+
# Check for datefudge
TSTAMP=`datefudge "2006-09-23 00:00 UTC" date -u +%s 2>/dev/null`
if test "${TSTAMP}" != "1158969600"; then
srcdir="${srcdir:-.}"
+export TZ="UTC"
+
# Check for datefudge
TSTAMP=`datefudge "2006-09-23 00:00 UTC" date -u +%s 2>/dev/null`
if test "${TSTAMP}" != "1158969600"; then