boxes/test/124_config_file_xdg2.txt
Thomas Jensen d952bd6eea
Unify config file search order Linux/Unix and Windows #69
This means we have some XDG support on Windows, too,
although some global locations like /etc/xdg are unlikely to exist.
2021-03-19 16:40:53 +01:00

17 lines
338 B
Plaintext

:DESC
Tests that the config file is found by looking in $XDG_CONFIG_HOME/boxes with higher precedence
than $HOME/.config/boxes. Also tests a particular shape length problem.
:ENV
export HOME="`pwd`/124_data/home"
export XDG_CONFIG_HOME="`pwd`/124_data/xdg"
:ARGS
:INPUT
foo
:OUTPUT-FILTER
:EXPECTED
#--123123#
#foo #
#12345---#
:EOF