]> git.sur5r.net Git - openldap/commitdiff
don't use -u: it's not portable (ITS#3969)
authorPierangelo Masarati <ando@openldap.org>
Thu, 25 Aug 2005 20:05:51 +0000 (20:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 25 Aug 2005 20:05:51 +0000 (20:05 +0000)
tests/scripts/defines.sh

index 2a5be5fa3fa2d9e5d526d5e413e419a36c838be5..c504790be92a8d039202fc5e0eb91df73589b076 100755 (executable)
@@ -124,7 +124,8 @@ SLAPCAT="../servers/slapd/slapd -Tc $LDAP_VERBOSE"
 SLAPINDEX="../servers/slapd/slapd -Ti $LDAP_VERBOSE"
 
 unset DIFF_OPTIONS
-DIFF="diff -iu"
+# NOTE: -u/-c is not that portable...
+DIFF="diff -i"
 CMP="diff -i"
 BCMP="diff -iB"
 CMPOUT=/dev/null