summaryrefslogtreecommitdiff
path: root/tests/test_cleanup.py
diff options
context:
space:
mode:
authorHugo Lopes Tavares <hltbra@gmail.com>2010-06-08 21:45:09 -0300
committerHugo Lopes Tavares <hltbra@gmail.com>2010-06-08 21:45:09 -0300
commit109e65bda6acd4ab17f634b418a1808b7aeb2875 (patch)
treeaf4174fee1e7f78dc04102a59c3f9b6d82ae0969 /tests/test_cleanup.py
parent171c713d0de5b8f2ae37968f75329e8c13763a39 (diff)
downloadpip-109e65bda6acd4ab17f634b418a1808b7aeb2875.tar.gz
bugfix: added missing slash to local file path
Diffstat (limited to 'tests/test_cleanup.py')
-rw-r--r--tests/test_cleanup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cleanup.py b/tests/test_cleanup.py
index 64dc39a03..8fbf4818c 100644
--- a/tests/test_cleanup.py
+++ b/tests/test_cleanup.py
@@ -64,7 +64,7 @@ def test_cleanup_after_create_bundle():
fspkg = 'file://%s/FSPkg' %join(here, 'packages')
pkg_lines = textwrap.dedent('''\
-e %s
- -e svn+file://%sINITools/trunk#egg=initools-dev
+ -e svn+file://%s/INITools/trunk#egg=initools-dev
pip''' % (fspkg, subversion_repos))
write_file('bundle-req.txt', pkg_lines)
run_pip('bundle', '-r', 'bundle-req.txt', 'test.pybundle')