docker-volume-backup/cmd/backup/testdata/expansion.env
Frederik Ring 911fc5a223
Values without a backing env var should not be expanded (#368)
* Values without a backing env var should not be expanded

* Add unit tests for sourcing behavior

* Replace godotenv with shell lib
2024-02-21 17:44:37 +01:00

5 lines
39 B
Bash

BAR=xxx
FOO=${BAR}
BAZ=$BAR
QUX=${QUX}