From 9332cde5ad5c7ab27483b63f61f1a8de6836743a Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 6 Aug 2018 20:48:56 -0400 Subject: [PATCH] Add test for environment variable expansion --- .../clean-environment-variable-expansion.bash | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/tests/clean-environment-variable-expansion.bash diff --git a/test/tests/clean-environment-variable-expansion.bash b/test/tests/clean-environment-variable-expansion.bash new file mode 100644 index 0000000..fedab45 --- /dev/null +++ b/test/tests/clean-environment-variable-expansion.bash @@ -0,0 +1,16 @@ +test_description='clean expands environment variables' +. '../test-lib.bash' + +test_expect_success 'setup' ' +ln -s ${DOTFILES}/f ~/.f +' + +test_expect_success 'run' ' +run_dotbot <