From 0fbc513a18ed9bff1345f465f8b17b4926ab7030 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Thu, 1 Aug 2024 22:59:20 +0100 Subject: [PATCH] systemd: Stop interpolating `bin` --- Formula/s/systemd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/s/systemd.rb b/Formula/s/systemd.rb index a14cae88e844d..ab983e95ed46f 100644 --- a/Formula/s/systemd.rb +++ b/Formula/s/systemd.rb @@ -107,6 +107,6 @@ def install end test do - assert_match "temporary: /tmp", shell_output("#{bin}/systemd-path") + assert_match "temporary: /tmp", shell_output(bin/"systemd-path") end end