From 54b0ab0ac63702b9bd7882eb53fd4b202df64949 Mon Sep 17 00:00:00 2001 From: symphorien Date: Sun, 5 Jan 2020 22:04:32 +0000 Subject: [PATCH] Update nixos/tests/ihatemoney.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Léo Gaspard --- nixos/tests/ihatemoney.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/ihatemoney.nix b/nixos/tests/ihatemoney.nix index a2f644e512b..802aa7362a9 100644 --- a/nixos/tests/ihatemoney.nix +++ b/nixos/tests/ihatemoney.nix @@ -34,7 +34,7 @@ in map (backend: makeTest { die "wrong project id $return" unless "\"yay\"\n" eq $return; my $timestamp = $machine->succeed("stat --printf %Y /var/lib/ihatemoney/secret_key"); my $owner = $machine->succeed("stat --printf %U:%G /var/lib/ihatemoney/secret_key"); - die "wrong owership for the secret key: $owner, is uwsgi running as the right user ?" unless $owner eq "ihatemoney:ihatemoney"; + die "wrong ownership for the secret key: $owner, is uwsgi running as the right user ?" unless $owner eq "ihatemoney:ihatemoney"; $machine->shutdown(); $machine->start(); $machine->waitForOpenPort(8000);