diff mbox series

[v1] kunit: tool: unmark test_data as binary blobs

Message ID 20201105232440.1049635-1-brendanhiggins@google.com
State New
Headers show
Series [v1] kunit: tool: unmark test_data as binary blobs | expand

Commit Message

Brendan Higgins Nov. 5, 2020, 11:24 p.m. UTC
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>
---
 tools/testing/kunit/.gitattributes | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 tools/testing/kunit/.gitattributes


base-commit: 4ef8451b332662d004df269d4cdeb7d9f31419b5
diff mbox series

Patch

diff --git a/tools/testing/kunit/.gitattributes b/tools/testing/kunit/.gitattributes
deleted file mode 100644
index 5b7da1fc3b8f1..0000000000000
--- a/tools/testing/kunit/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@ 
-test_data/* binary