tests: fix eicar test string escape

This fixes a warning issued by the Lix evaluator:

> warning: \P is an ill-defined escape. You can drop the \ and simply
> write P instead. Use --extra-deprecated-features broken-string-escape
> to silence this warning.
This commit is contained in:
Martin Weinelt
2026-03-04 15:53:30 +01:00
parent ea4dc17f4b
commit 25eae48a09
+1 -1
View File
@@ -91,7 +91,7 @@
}; };
environment.etc = { environment.etc = {
"root/eicar.com.txt".text = "X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*"; "root/eicar.com.txt".text = "X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*";
}; };
}; };
client = client =