[Mono-list] make check and .config directory

Jonathan Pryor jonpryor at vt.edu
Tue Jun 26 06:10:13 EDT 2007


On Tue, 2007-06-26 at 00:28 +0200, Jurek Bartuszek wrote:
> I've noticed that during make check mono writes some data to the .config
> directory present in the current user's homedir. Is there any way to
> force it to write to /tmp/.config (or any other dir) instead? I tried
> HOME=/tmp make check but no use. Please, help.

Try setting XDG_CONFIG_HOME (which defaults to ~/.config) and
XDG_DATA_HOME (which defaults to ~/.local/share, though I don't know if
XDG_DATA_HOME is used for any unit tests).

 - Jon




More information about the Mono-list mailing list