From df837de00a6cfcc9ef5124d808f5fbd025f2aadf Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 24 Sep 2025 13:58:12 +0200 Subject: [PATCH] nixosTests.postgresql.anonymizer: silence warning --- nixos/tests/postgresql/anonymizer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/postgresql/anonymizer.nix b/nixos/tests/postgresql/anonymizer.nix index be533d718c4e..1e80fd6e629b 100644 --- a/nixos/tests/postgresql/anonymizer.nix +++ b/nixos/tests/postgresql/anonymizer.nix @@ -61,7 +61,7 @@ let COPY public.player ... 1,Shields, 2,Salazar, - \. + \\. in the given dump (the commas are tabs in case of pg_dump). Extract the CSV lines and split by `sep`.