Searched hist:271979 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/usr.bin/mkimg/tests/
H A Dmkimg.shdiff 271979 Mon Sep 22 16:46:08 MDT 2014 marcel Don't update the baseline file when the result of the test is identical
to the baseline. Since we don't run gzip with the -n option, the output
of gzip varies for identical result files if and when they are created
at different time. Ouch...

Rather than add -n and commit a 600K+ diff for the changes to all the .uu
files, it's less of a churn to uudecode and gunzip the baseline file and
compare that to the new result file to determine if the baseline file
needs to be updated.

This way, "atf-sh mkimg.sh rebase" can be run as many times as people like
and a subsequent "svn status" will not show unnecessary diffs.

Completed in 105 milliseconds