diff options
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/env_unparsable | 4 | ||||
| -rw-r--r-- | tests/testdata/eval/env_file_missing.out | 2 | ||||
| -rw-r--r-- | tests/testdata/run/env_file_missing.out | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/tests/testdata/env_unparsable b/tests/testdata/env_unparsable new file mode 100644 index 000000000..5542b80bc --- /dev/null +++ b/tests/testdata/env_unparsable @@ -0,0 +1,4 @@ +FOO=valid +ANOTHER_FOO=c:\path +MULTILINE="First Line +Second Line"
\ No newline at end of file diff --git a/tests/testdata/eval/env_file_missing.out b/tests/testdata/eval/env_file_missing.out index 221acab93..2ec371438 100644 --- a/tests/testdata/eval/env_file_missing.out +++ b/tests/testdata/eval/env_file_missing.out @@ -1,2 +1,2 @@ -Warning The `--env` flag was used, but the dotenv file 'missing' was not found. +Warning The `--env` flag was used, but the environment file specified 'missing' was not found. undefined diff --git a/tests/testdata/run/env_file_missing.out b/tests/testdata/run/env_file_missing.out index ae1f8f595..6ec9b298f 100644 --- a/tests/testdata/run/env_file_missing.out +++ b/tests/testdata/run/env_file_missing.out @@ -1,4 +1,4 @@ -Warning The `--env` flag was used, but the dotenv file 'missing' was not found. +Warning The `--env` flag was used, but the environment file specified 'missing' was not found. undefined undefined undefined |
