From 15498b94ec2c7aa857864af105b72cb41def0b00 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 8 Mar 2025 20:19:44 -0600 Subject: [PATCH] tests/syncthing: fix extra-options on darwin Need to stub the return from the writeBash used to populate the plist file for darwin. Also the arguments were moved inside the wrapper. --- .../modules/services/syncthing/common/expected-agent.plist | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/modules/services/syncthing/common/expected-agent.plist b/tests/modules/services/syncthing/common/expected-agent.plist index 3b9a28ff2..72ec9d0dd 100644 --- a/tests/modules/services/syncthing/common/expected-agent.plist +++ b/tests/modules/services/syncthing/common/expected-agent.plist @@ -15,12 +15,7 @@ Background ProgramArguments - @syncthing@/bin/syncthing - -no-browser - -no-restart - -logflags=0 - -foo - -bar "baz" + @syncthing-wrapper@ \ No newline at end of file