mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
d952bd6eea
This means we have some XDG support on Windows, too, although some global locations like /etc/xdg are unlikely to exist.
17 lines
338 B
Plaintext
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
|