summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-02-25 12:01:12 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-02-25 12:22:09 +0200
commitf266ec6ab7eb902a0e84214546615204a9c71d2a (patch)
tree249dadb09bfee7a0d0f3b249cf6dc0e5340281e6 /tests
parentd07026be9fe043d6e7c500e1299bfeba37ead067 (diff)
downloadgit-buildpackage-f266ec6ab7eb902a0e84214546615204a9c71d2a.tar.gz
git-buildpackage-f266ec6ab7eb902a0e84214546615204a9c71d2a.tar.bz2
git-buildpackage-f266ec6ab7eb902a0e84214546615204a9c71d2a.zip
rpm tests: trivial typo fixes for pq-rpm tests
Change-Id: I6e19c0af49d7484b7165b88f9454159c2d0a1a7e Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/component/rpm/test_pq_rpm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/rpm/test_pq_rpm.py b/tests/component/rpm/test_pq_rpm.py
index eda075d7..a31ce9ba 100644
--- a/tests/component/rpm/test_pq_rpm.py
+++ b/tests/component/rpm/test_pq_rpm.py
@@ -36,11 +36,11 @@ DATA_DIR = RPM_TEST_DATA_DIR
def mock_pq(args):
"""Wrapper for pq"""
- # Call import-orig-rpm with added arg0
+ # Call pq-rpm with added arg0
return pq(['arg0'] + args)
class TestPqRpm(ComponentTestBase):
- """Basic tests for git-import-orig-rpm"""
+ """Basic tests for gbp-pq-rpm"""
@classmethod
def setup_class(cls):