Skip to content

Commit ec1a853

Browse files
Moved example configuration file to testpath directory as we're going to change it
1 parent cd3b247 commit ec1a853

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/packaging/homebrew/fastnetmon.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ def install
5151
end
5252

5353
test do
54+
cp etc/"fastnetmon.conf", testpath
55+
5456
fastnetmon_pid = fork do
5557
exec opt_sbin/"fastnetmon",
5658
"--configuration_file",
57-
etc/"fastnetmon.conf",
59+
testpath/"fastnetmon.conf",
5860
"--log_to_console",
5961
"--disable_pid_logic"
6062
end

0 commit comments

Comments
 (0)