]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: corrected typo in crl-test
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 3 Jun 2016 12:53:04 +0000 (14:53 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 3 Jun 2016 12:55:53 +0000 (14:55 +0200)
tests/suite/crl-test

index 3a03c81e071e52fdfb78af28d8295752382855f4..48fd5ec51674d679408249a5129c1420fab43195 100755 (executable)
@@ -37,7 +37,7 @@ if test "${rc}" != "0"; then
        exit ${rc}
 fi
 
-${DIFF} "${srcdir}/crl/long.pem tmp-long.pem" || ${DIFF} --strip-trailing-cr "${srcdir}/crl/long.pem" tmp-long.pem
+${DIFF} "${srcdir}/crl/long.pem" "tmp-long.pem" || ${DIFF} --strip-trailing-cr "${srcdir}/crl/long.pem" tmp-long.pem
 rc=$?
 
 if test "${rc}" != "0"; then