mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
:DESC
|
|
When $BOXES points to the wrong place, that's always an error.
|
|
|
|
:ENV
|
|
export BOXES=non-existent
|
|
:ARGS
|
|
:INPUT
|
|
:OUTPUT-FILTER
|
|
:EXPECTED-ERROR 1
|
|
boxes: Couldn't find config file at 'non-existent' from BOXES environment variable
|
|
:EOF
|