]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kunit: tool: unmark test_data as binary blobs
authorBrendan Higgins <brendanhiggins@google.com>
Thu, 5 Nov 2020 23:24:40 +0000 (15:24 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Nov 2020 12:38:59 +0000 (13:38 +0100)
commit64e893ce8fb08ac1b45f8eb3e03166c20bcab146
treead2d3d09d314c54a0c0c1005ee26d73a78c6ebcb
parent1d81339e511d42383e30a0dac7230d6be4674090
kunit: tool: unmark test_data as binary blobs

[ Upstream commit c335b4f1f65012713832d988ec06512c7bda5c04 ]

The tools/testing/kunit/test_data/ directory was marked as binary
because some of the test_data files cause checkpatch warnings. Fix this
by dropping the .gitattributes file.

Fixes: afc63da64f1e ("kunit: kunit_parser: make parser more robust")
Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/kunit/.gitattributes [deleted file]