Skip to content

Commit

Permalink
Fix path type for python 2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
avirshup committed Mar 6, 2018
1 parent 3a5c1b2 commit 4d5b69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyccc/tests/test_dir_refs.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def test_put_directory_reference_with_renaming(request, fixturename, tmpdir, rel

def test_get_directory_with_subdirs(tmpdir):
engine = pyccc.Docker()
tmpdir = str(tmpdir)

cmd = ("mkdir -p /opt/blah/fugu && echo a > /opt/blah/a"
" && echo b > /opt/blah/b && echo fish > /opt/blah/fugu/fish")
Expand Down

0 comments on commit 4d5b69c

Please sign in to comment.