summary refs log tree commit diff
path: root/nixos/tests/xmpp/prosody.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/xmpp/prosody.nix')
-rw-r--r--nixos/tests/xmpp/prosody.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/xmpp/prosody.nix b/nixos/tests/xmpp/prosody.nix
index e7755e24bab..2eb06d88287 100644
--- a/nixos/tests/xmpp/prosody.nix
+++ b/nixos/tests/xmpp/prosody.nix
@@ -85,7 +85,7 @@ in import ../make-test-python.nix {
     server.succeed('prosodyctl status | grep "Prosody is running"')
 
     server.succeed("create-prosody-users")
-    client.succeed('send-message 2>&1 | grep "XMPP SCRIPT TEST SUCCESS"')
+    client.succeed("send-message")
     server.succeed("delete-prosody-users")
   '';
 }