summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-27 18:23:45 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-27 18:23:45 +0000
commit5f156b05b14fdf4b7817c888f4748f04214c0afb (patch)
treee95537d71b3faf02da1bc9e25be7a86da3a4044b /tests
parent6ac1f119472d2e41650f4cf7a9bdb17a3afda42c (diff)
downloadportage-5f156b05b14fdf4b7817c888f4748f04214c0afb.tar.gz
portage-5f156b05b14fdf4b7817c888f4748f04214c0afb.tar.bz2
portage-5f156b05b14fdf4b7817c888f4748f04214c0afb.zip
fix minor sed overzeallousness
svn path=/main/trunk/; revision=5795
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 66aaf28ce..f9bca5ee6 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -7,7 +7,7 @@ import os, unittest
def main():
- testDirs = ["portage", "portage.util","portage.versions", "portage.dep"]
+ testDirs = ["portage", "portage/util","portage/versions", "portage/dep"]
suite = unittest.TestSuite()