projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ac1f11
)
fix minor sed overzeallousness
author
Alec Warner
<antarus@gentoo.org>
Sat, 27 Jan 2007 18:23:45 +0000
(18:23 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Sat, 27 Jan 2007 18:23:45 +0000
(18:23 -0000)
svn path=/main/trunk/; revision=5795
tests/__init__.py
patch
|
blob
|
history
diff --git
a/tests/__init__.py
b/tests/__init__.py
index 66aaf28ce722d612365b36a77d3e627eac9c1e90..f9bca5ee6e36cfeaf02c208310eff3091cca34ef 100644
(file)
--- 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()