tests: do not borrow from COPYING and README from the real source
commit459b8d22e544b3876a2270ee7290c289a39ebbb2
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 21:44:24 +0000 (15 13:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Feb 2015 23:38:10 +0000 (15 15:38 -0800)
tree64fef4aea9cfc2238ab2240d4586dca1484fc1e9
parentbb8db1b5538a455a0892312b25d73d51f2650429
tests: do not borrow from COPYING and README from the real source

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>
t/diff-lib/COPYING [new file with mode: 0644]
t/diff-lib/README [new file with mode: 0644]
t/t4003-diff-rename-1.sh
t/t4005-diff-rename-2.sh
t/t4007-rename-3.sh
t/t4008-diff-break-rewrite.sh
t/t4009-diff-rename-4.sh