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.
#!/bin/sh
-# Copyright (C) 2006, 2007 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008 Free Software Foundation
#
# Author: Simon Josefsson
#
$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