From: Nikos Mavrogiannopoulos Date: Sat, 24 Aug 2013 20:35:43 +0000 (+0300) Subject: Corrected access of temp file. Reported by Thomas Witt. X-Git-Tag: gnutls_3_2_4~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a8c06fa5a00793e7e114aa97febbcf5ae9994b;p=thirdparty%2Fgnutls.git Corrected access of temp file. Reported by Thomas Witt. --- diff --git a/tests/cert-tests/pem-decoding b/tests/cert-tests/pem-decoding index 5414bf75bd..1459e39010 100755 --- a/tests/cert-tests/pem-decoding +++ b/tests/cert-tests/pem-decoding @@ -62,7 +62,7 @@ if test "$rc" != "0"; then fi cat $srcdir/complex-cert.pem |grep -v "Not After:" >tmp1 -cat $srcdir/tmp-pem.pem |grep -v "Not After:" >tmp2 +cat tmp-pem.pem |grep -v "Not After:" >tmp2 diff --strip-trailing-cr tmp1 tmp2 rc=$?