aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-08-07 16:58:52 +0200
committerMichał Górny <mgorny@gentoo.org>2011-08-07 16:59:00 +0200
commit943ac31b526a3f0c2b0e69da6ea53928d026f03b (patch)
tree99ee5798f0cf112aeff6e83addc59b6057b15b00 /pmstestsuite
parentMetadata inheritance checks: be more clean which val comes from eclass. (diff)
downloadpms-test-suite-943ac31b526a3f0c2b0e69da6ea53928d026f03b.tar.gz
pms-test-suite-943ac31b526a3f0c2b0e69da6ea53928d026f03b.tar.bz2
pms-test-suite-943ac31b526a3f0c2b0e69da6ea53928d026f03b.zip
Fix INHERITED varname (in output).
Diffstat (limited to 'pmstestsuite')
-rw-r--r--pmstestsuite/library/standard/special_vars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmstestsuite/library/standard/special_vars.py b/pmstestsuite/library/standard/special_vars.py
index 6ef9c2c..cc8ca8f 100644
--- a/pmstestsuite/library/standard/special_vars.py
+++ b/pmstestsuite/library/standard/special_vars.py
@@ -17,7 +17,7 @@ class InheritedVariableTest(DBusEbuildTestCase):
DBusEbuildTestCase.check_dbus_result(self, output, pm)
inherits = output[0].split()
self.assertContains('pms-test-dbus', inherits,
- 'INHERITS')
+ 'INHERITED')
class RDependFallbackTest(DBusEbuildTestCase):
""" Test whether RDEPEND=${DEPEND} fallback works as expected. """