projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1aeebf
)
tests/dodir: check relative path by itself
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 9 Oct 2011 22:43:17 +0000
(18:43 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 10 Oct 2011 02:27:58 +0000
(22:27 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
pym/portage/tests/bin/test_dodir.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/bin/test_dodir.py
b/pym/portage/tests/bin/test_dodir.py
index f4eb9b2eff25c0dfd9bc6cabf18d05af12caba04..5d4018161699ad25f49846f6693ae7608c58b75b 100644
(file)
--- a/
pym/portage/tests/bin/test_dodir.py
+++ b/
pym/portage/tests/bin/test_dodir.py
@@
-10,6
+10,8
@@
class DoDir(BinTestCase):
try:
dodir("usr /usr")
exists_in_D("/usr")
+ dodir("boot")
+ exists_in_D("/boot")
dodir("/var/lib/moocow")
exists_in_D("/var/lib/moocow")
finally: