summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-02-10 22:07:41 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-05 12:26:10 +0200
commit03649c96c57e1bc6db026871489c02d4937f0439 (patch)
tree8aa0cc5ae1c06721b08695e24676f028d2ef2615
parent2abd67a66c1dff90a4157d758212e0b1ee3d9c03 (diff)
Fix test_data path to fix windows builds
Thanks @stevenwdv Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index eaa896f..76ebdb6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,5 @@
# Interpret .json & .blake2b test data files as binary (not text)
# Otherwise test signatures made with different line endings will become invalid
# Use LF for created .json files, also on Windows
-test_data/**/*.json -text eol=lf
-test_data/**/*.blake2b -text
+src/test_data/**/*.json -text eol=lf
+src/test_data/**/*.blake2b -text