Skip to content

Commit 6bcf699

Browse files
committed
Tweak quoting in cp command
1 parent 7ac2e70 commit 6bcf699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def _isolate_repo(self, name):
9393

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

9898

9999
class CliShedTestCase(CliTestCase):

0 commit comments

Comments
 (0)