]> git.sur5r.net Git - openldap/blob - tests/scripts/undiff.sh
Set BDB's global allocators to ber_*, don't bother with the per-env setting.
[openldap] / tests / scripts / undiff.sh
1 #! /bin/sh
2 #
3 # Expunge "< " and "> " resulting from diff
4 #
5 awk '!/^[0-9]/ {print $0}' | \
6         sed "s/^< \|^> \|^- \|^+ //" | \
7         awk '/.+/ {print $0}'
8