aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/01_test_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/01_test_help.py')
-rw-r--r--tests/01_test_help.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/01_test_help.py b/tests/01_test_help.py
index cee79118..1974c302 100644
--- a/tests/01_test_help.py
+++ b/tests/01_test_help.py
@@ -7,6 +7,8 @@ import unittest
class TestHelp(unittest.TestCase):
"""Test help output of gbp commands"""
+ os.environ['PYTHONPATH'] = '.'
+
def testHelp(self):
for prog in [ "buildpackage", "import-orig", "import-dsc", "dch" ]:
ret = os.system("bin/git-%s --help >/dev/null" % prog)