Skip to content

Commit

Permalink
Tweak quoting in cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed May 7, 2015
1 parent 7ac2e70 commit 6bcf699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _isolate_repo(self, name):

def _copy_repo(self, name, dest):
repo = os.path.join(TEST_REPOS_DIR, name)
io.shell("cp -r '%s'/. '%s'" % (repo, dest))
io.shell("cp -r '%s/.' '%s'" % (repo, dest))


class CliShedTestCase(CliTestCase):
Expand Down

0 comments on commit 6bcf699

Please sign in to comment.