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 GitHub
parent 8c4456f540
commit 8d6d022f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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']