]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Run diff without parameters, to improve portability.
authorSimon Josefsson <simon@josefsson.org>
Thu, 17 Apr 2008 08:28:51 +0000 (10:28 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 17 Apr 2008 08:28:51 +0000 (10:28 +0200)
Based on HPUX recommendations in
<http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.

NEWS
tests/pathlen/pathlen

diff --git a/NEWS b/NEWS
index 728046a4eff5e5b05dd184c7a5cba782d5616390..0502cfc6f8d6647b9ff4709dd8e2147e27268555 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ See the end for copying conditions.
 Based on report from "John Brooks" <aspecialj@gmail.com> in
 <http://permalink.gmane.org/gmane.network.gnutls.general/1154>.
 
+** tests/pathlen: run diff without parameters to improve portability.
+Based on HPUX build hints in
+<http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Gnu/gnutls-2.3.4/gnutls-2.3.4-src-11.11.tar.gz+gnutls-2.3.4/HPUX.Install+text>.
+
 ** API and ABI modifications:
 No changes since last version.
 
index 236e372edd83b01dc1e66633fda100b0969c8246..6db6c8ed4718b242ff7f549fad29943074150fd7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2006, 2007 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008 Free Software Foundation
 #
 # Author: Simon Josefsson
 #
@@ -30,9 +30,9 @@ $CERTTOOL --certificate-info --infile $srcdir/ca-no-pathlen.pem \
 $CERTTOOL --certificate-info --infile $srcdir/no-ca-or-pathlen.pem \
          --outfile new-no-ca-or-pathlen.pem
 
-diff -ur $srcdir/ca-no-pathlen.pem new-ca-no-pathlen.pem
+diff $srcdir/ca-no-pathlen.pem new-ca-no-pathlen.pem
 rc1=$?
-diff -ur $srcdir/no-ca-or-pathlen.pem new-no-ca-or-pathlen.pem
+diff $srcdir/no-ca-or-pathlen.pem new-no-ca-or-pathlen.pem
 rc2=$?
 
 rm -f new-ca-no-pathlen.pem new-no-ca-or-pathlen.pem