diff options
author | Alec Warner <antarus@gentoo.org> | 2007-01-27 18:23:45 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-01-27 18:23:45 +0000 |
commit | 5f156b05b14fdf4b7817c888f4748f04214c0afb (patch) | |
tree | e95537d71b3faf02da1bc9e25be7a86da3a4044b | |
parent | 6ac1f119472d2e41650f4cf7a9bdb17a3afda42c (diff) | |
download | portage-5f156b05b14fdf4b7817c888f4748f04214c0afb.tar.gz portage-5f156b05b14fdf4b7817c888f4748f04214c0afb.tar.bz2 portage-5f156b05b14fdf4b7817c888f4748f04214c0afb.zip |
fix minor sed overzeallousness
svn path=/main/trunk/; revision=5795
-rw-r--r-- | tests/__init__.py | 2 |
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() |