Skip to content

Commit

Permalink
Normalize ros2pkg destination directory in tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
hidmic committed Oct 21, 2019
1 parent f81f1c8 commit 6dc5d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2pkg/test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_create_package(self):
expected_lines=[
'going to create a new package',
'package name: a_test_package',
'destination directory: ' + tmpdir,
'destination directory: ' + os.path.abspath(tmpdir),
'package format: 3',
'version: 0.0.0',
'description: A test package dummy description',
Expand Down

0 comments on commit 6dc5d0c

Please sign in to comment.