You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
problem is that I can't properly test that osc-cli work in brew formula:
brew create a temporary test directory for tmp files, but doesn't sandbox the whole filesystem,
so creating a file in $HOME is a no go, as I can't modify user filesystem when testing a package.
So that mean I need to use brew tmp directory when testing osc-cli in homebrew.
Also, most program that use conf file generally have a way to specify config file path in they argument, so I guess that's what we should do.
problem is that I can't properly test that osc-cli work in brew formula:
brew create a temporary test directory for tmp files, but doesn't sandbox the whole filesystem,
so creating a file in
$HOMEis a no go, as I can't modify user filesystem when testing a package.So that mean I need to use brew tmp directory when testing osc-cli in homebrew.
Also, most program that use conf file generally have a way to specify config file path in they argument, so I guess that's what we should do.