From b0817bb76cc0491229b6b302b43b7e67e68d6c1c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 26 Dec 2025 19:06:46 -0500 Subject: [PATCH] dumpling: update test Signed-off-by: Rui Chen --- Formula/d/dumpling.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/d/dumpling.rb b/Formula/d/dumpling.rb index 87522df28e5c..e6dfd35e49e0 100644 --- a/Formula/d/dumpling.rb +++ b/Formula/d/dumpling.rb @@ -37,9 +37,9 @@ def install end test do - output = shell_output("#{bin}/dumpling --database db 2>&1", 1) - assert_match "create dumper failed", output - assert_match version.to_s, shell_output("#{bin}/dumpling --version 2>&1") + + output = shell_output("#{bin}/dumpling --host does-not-exist.invalid --port 1 --database db 2>&1", 1) + assert_match "create dumper failed", output end end