diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-11 09:27:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-10-11 09:27:21 +0100 |
commit | 2404b1954614d9cd93c44e42a13449b7a7efaae1 (patch) | |
tree | e98ff3989d37c120a7f1294d2bf914dc5e89cae3 /perllib/FixMyStreet/TestAppProve.pm | |
parent | dfe953289cc7e3c49ee547110b953b48c2948aab (diff) | |
parent | 5934b383754a2d298100a674a1ccefc2cb9e50af (diff) |
Merge branch 'bit-of-yaml-tidying'
Diffstat (limited to 'perllib/FixMyStreet/TestAppProve.pm')
-rw-r--r-- | perllib/FixMyStreet/TestAppProve.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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; |