From 6f0ee01f37029c0fdabd161646b8dbbdec676165 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 4 Oct 2017 18:05:33 +0100 Subject: Upgrade commonlib to read in config as Unicode. This means variables do not need decoding in a few places. --- perllib/FixMyStreet/TestAppProve.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perllib/FixMyStreet/TestAppProve.pm') diff --git a/perllib/FixMyStreet/TestAppProve.pm b/perllib/FixMyStreet/TestAppProve.pm index 7a387547d..d549b0148 100644 --- a/perllib/FixMyStreet/TestAppProve.pm +++ b/perllib/FixMyStreet/TestAppProve.pm @@ -86,8 +86,8 @@ sub run { $config->{FMS_DB_PASS} = ''; } - my $config_out = "general-test-autogenerated.$$"; - path("conf/$config_out.yml")->spew( YAML::Dump($config) ); + my $config_out = "general-test-autogenerated.$$.yml"; + path("conf/$config_out")->spew( YAML::Dump($config) ); local $ENV{FMS_OVERRIDE_CONFIG} = $config_out; -- cgit v1.2.3