about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-06-03 20:41:53 +0200
committerGitHub <noreply@github.com>2021-06-03 20:41:53 +0200
commit64f125424841bb8242623f9e42673b973f2bdaf4 (patch)
tree0b33aa61b46717d8e764b52879ba1bfb15c52e69 /nixos/tests
parent4241512688bd75a5f0755fb38d22c3003754b5f7 (diff)
parent6d27068d7c1b35b3a074671fae658c3f3aa445cd (diff)
Merge pull request #125532 from petabyteboy/feature/snapcast-0-25
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/snapcast.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/snapcast.nix b/nixos/tests/snapcast.nix
index ef35d586c9c8f..8d960b4cc069c 100644
--- a/nixos/tests/snapcast.nix
+++ b/nixos/tests/snapcast.nix
@@ -72,10 +72,10 @@ in {
         )
 
     with subtest("test a connection"):
-        client.execute("systemd-run snapclient -h server -p ${toString port}")
+        client.execute("systemd-run --unit=snapcast-client snapclient -h server -p ${toString port}")
         server.wait_until_succeeds(
             "journalctl -o cat -u snapserver.service | grep -q 'Hello from'"
         )
-        client.wait_until_succeeds("journalctl -o cat -u run-\* | grep -q ${toString bufferSize}")
+        client.wait_until_succeeds("journalctl -o cat -u snapcast-client | grep -q 'buffer: ${toString bufferSize}'")
   '';
 })