From 03649c96c57e1bc6db026871489c02d4937f0439 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Feb 2022 22:07:41 +0100 Subject: Fix test_data path to fix windows builds Thanks @stevenwdv Signed-off-by: jwijenbergh --- .gitattributes | 4 ++-- 1 file 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 -- cgit v1.2.3