Omit config dependent strings from source change tests.

This commit is contained in:
David Brown 2016-07-11 12:50:06 +01:00
parent f784a41f8f
commit 240c29c6dd

View file

@ -14,8 +14,8 @@
changes="0"
for f in $1/*; do
fn=$(basename $f)
egrep -v "^/\* voc " $f >$fn.old
egrep -v "^/\* voc " $fn >$fn.new
egrep -v "(^/\* voc )|Configuration_|__MOVE.* cmd, " $f >$fn.old
egrep -v "(^/\* voc )|Configuration_|__MOVE.* cmd, " $fn >$fn.new
if ! diff -U 2 -b $fn.old $fn.new >$fn.diff; then
echo ""
echo ""