about summary refs log tree commit diff
path: root/nixos/tests/nextcloud
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-02-21 15:07:55 -0800
committerRobert Schütz <nix@dotlambda.de>2024-02-21 15:12:58 -0800
commit16e379fa03c0f4b9d9d9f39920cf08a0b78e2ef0 (patch)
treed4546eb7e8f81f0224f4089420dbbb1496666a66 /nixos/tests/nextcloud
parent40e766618985c61b03d73ac5f8e32a953734e195 (diff)
nextcloud-notify_push.test_client: add meta
Diffstat (limited to 'nixos/tests/nextcloud')
-rw-r--r--nixos/tests/nextcloud/with-postgresql-and-redis.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nextcloud/with-postgresql-and-redis.nix b/nixos/tests/nextcloud/with-postgresql-and-redis.nix
index 3c090f0d3c3b7..201a3d6258fed 100644
--- a/nixos/tests/nextcloud/with-postgresql-and-redis.nix
+++ b/nixos/tests/nextcloud/with-postgresql-and-redis.nix
@@ -84,7 +84,7 @@ in {
         "${withRcloneEnv} ${copySharedFile}"
     )
     client.wait_for_unit("multi-user.target")
-    client.execute("${pkgs.nextcloud-notify_push.passthru.test_client}/bin/test_client http://nextcloud ${adminuser} ${adminpass} >&2 &")
+    client.execute("${pkgs.lib.getExe pkgs.nextcloud-notify_push.passthru.test_client} http://nextcloud ${adminuser} ${adminpass} >&2 &")
     client.succeed(
         "${withRcloneEnv} ${diffSharedFile}"
     )