Skip to content
Snippets Groups Projects
Commit ea1d68e2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

don't use -u: it's not portable (ITS#3969)

parent afaf4262
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment