diff --git a/.gitattributes b/.gitattributes
index da0339854bcd1a350ee820db02fa0870470034a8..91434116d050a224e0f676a68ea47b63279057e0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -48,7 +48,6 @@ Changelog merge=union
 
 /tests/spec/unfinished-oneline-acsl-comment.i -check-eoleof
 /doc/developer/check_api/run.oracle -check-eoleof
-/src/plugins/server/tests/batch/wrong.json -check-eoleof
 
 ## Unset "-check-utf8"
 
diff --git a/src/plugins/server/tests/batch/wrong.json b/src/plugins/server/tests/batch/wrong.json
index 0178e8af2950cbc6b6a49d98367265e2bf993989..3c5f5262d12e7719a49df8d8fca4607f8db4b1b0 100644
--- a/src/plugins/server/tests/batch/wrong.json
+++ b/src/plugins/server/tests/batch/wrong.json
@@ -1,4 +1,4 @@
 [
   { id:"unknown request", request:"kernel.unknown", data:null, comment:"the request doesn't exist" },
   { id:"wrong data", request:"kernel.ast.printFunction", data:{f1:1, f2:{x:1, y:2}, f3:null}, comment:"ident is expected, object is given" }
-]
\ No newline at end of file
+]