mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
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
|