From 74d34c0f80cfbd047d80bd45e06084511c405e1f Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 14 Apr 2021 10:17:21 -0400 Subject: [PATCH] t/Setup.pm: sort NIX_ env vars --- t/lib/Setup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/Setup.pm b/t/lib/Setup.pm index a246b653..f87458dd 100644 --- a/t/lib/Setup.pm +++ b/t/lib/Setup.pm @@ -55,9 +55,9 @@ sub test_init { print $fh $opts{'hydra_config'} || ""; close $fh; + $ENV{'NIX_LOG_DIR'} = "$dir/nix/var/log/nix"; $ENV{'NIX_STATE_DIR'} = "$dir/nix/var/nix"; $ENV{'NIX_STORE_DIR'} = "$dir/nix/store"; - $ENV{'NIX_LOG_DIR'} = "$dir/nix/var/log/nix"; my $pgsql = Test::PostgreSQL->new( extra_initdb_args => "--locale C.UTF-8"