Update test/test_unit_template_default.py

Co-authored-by: Paulo Köch <paulo.koch@gmail.com>
This commit is contained in:
Ross Smith II 2022-01-25 12:19:09 -08:00 committed by Tim Byrne
parent b0e0856658
commit 487f030405
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 1 additions and 1 deletions

View File

@ -220,4 +220,4 @@ def test_env(runner, yadm, tmpdir):
run = runner(command=['bash'], inp=script)
assert run.success
assert run.err == ''
assert output_file.read() == os.environ['PWD']
assert output_file.read().strip() == os.environ['PWD']