boxes/test/123_config_file_xdg1.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

16 lines
314 B
Plaintext

:DESC
Tests that the config file is found by looking in $HOME/.config/boxes.
Also tests a shape length problem, where the least common multiple must be found (here: 3 x 5 = 15).
:ENV
export HOME="`pwd`/123_data"
:ARGS
:INPUT
foo
:OUTPUT-FILTER
:EXPECTED
#123123123123123#
#foo #
#123451234512345#
:EOF