Skip to content

Commit

Permalink
Moved example configuration file to testpath directory as we're going…
Browse files Browse the repository at this point in the history
… to change it
  • Loading branch information
pavel-odintsov committed Jun 19, 2022
1 parent cd3b247 commit ec1a853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/packaging/homebrew/fastnetmon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ def install
end

test do
cp etc/"fastnetmon.conf", testpath

fastnetmon_pid = fork do
exec opt_sbin/"fastnetmon",
"--configuration_file",
etc/"fastnetmon.conf",
testpath/"fastnetmon.conf",
"--log_to_console",
"--disable_pid_logic"
end
Expand Down

0 comments on commit ec1a853

Please sign in to comment.