tests: do not borrow from COPYING and README from the real source
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 21:44:24 +0000 (13:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 23:38:10 +0000 (15:38 -0800)
These two files have been modified since the tests started using
as test input, making the exact object names they expect to be
different from what actually happens in the trash repository they
use to run tests.

Instead, take a snapshot of these two files and keep them in
t/diff-lib/ so that we can update the real ones without having to
worry about breaking tests.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found