about summary refs log tree commit diff
path: root/nixos/tests/ihatemoney.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2020-01-05 22:04:32 +0000
committerGitHub <noreply@github.com>2020-01-05 22:04:32 +0000
commit54b0ab0ac63702b9bd7882eb53fd4b202df64949 (patch)
tree49f87ee76854b813650ba22384885583e34183d0 /nixos/tests/ihatemoney.nix
parent32d2266d0df1eeddd28f4d52fc7c04d734deb2f5 (diff)
downloadnixlib-54b0ab0ac63702b9bd7882eb53fd4b202df64949.tar
nixlib-54b0ab0ac63702b9bd7882eb53fd4b202df64949.tar.gz
nixlib-54b0ab0ac63702b9bd7882eb53fd4b202df64949.tar.bz2
nixlib-54b0ab0ac63702b9bd7882eb53fd4b202df64949.tar.lz
nixlib-54b0ab0ac63702b9bd7882eb53fd4b202df64949.tar.xz
nixlib-54b0ab0ac63702b9bd7882eb53fd4b202df64949.tar.zst
nixlib-54b0ab0ac63702b9bd7882eb53fd4b202df64949.zip
Update nixos/tests/ihatemoney.nix
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
Diffstat (limited to 'nixos/tests/ihatemoney.nix')
-rw-r--r--nixos/tests/ihatemoney.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ihatemoney.nix b/nixos/tests/ihatemoney.nix
index a2f644e512b7..802aa7362a91 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);