summaryrefslogtreecommitdiff
path: root/tests/cert-tests/pkcs7
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-06-03 16:36:32 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-06-03 16:36:32 +0200
commit3080d87cf5946d1bdee3d57b8ed8be733102ae6f (patch)
treef9b1c636a653c3ca027c570ba478b68f1d3eb32f /tests/cert-tests/pkcs7
parent87b6c71243442540c3ad1577631b3b4ec96fe074 (diff)
downloadgnutls-3080d87cf5946d1bdee3d57b8ed8be733102ae6f.tar.gz
tests: do not include times in the PKCS #7 checks as they depend on local timezone
Diffstat (limited to 'tests/cert-tests/pkcs7')
-rwxr-xr-xtests/cert-tests/pkcs72
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cert-tests/pkcs7 b/tests/cert-tests/pkcs7
index e43a96c1d1..6f0a2a8634 100755
--- a/tests/cert-tests/pkcs7
+++ b/tests/cert-tests/pkcs7
@@ -30,7 +30,7 @@ OUTFILE=out-pkcs7.tmp
OUTFILE2=out2-pkcs7.tmp
for FILE in single-ca.p7b full.p7b;do
-$VALGRIND $CERTTOOL --inder --p7-info --infile $srcdir/$FILE >$OUTFILE
+$VALGRIND $CERTTOOL --inder --p7-info --infile $srcdir/$FILE|grep -v "Signing time" >$OUTFILE
rc=$?
# We're done.