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`.