aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/testutils
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 11:13:25 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 11:56:15 -0300
commitf009dd091a724e7b793c324f546a23d62dc734b5 (patch)
tree6640c6eb7b4ba7ab195715220067ec22bd3bfb2e /tests/testutils
parent724ac3cdf914ff04025644ff92baa7050c22b5da (diff)
Use sane default for OsRelese file
Diffstat (limited to 'tests/testutils')
-rw-r--r--tests/testutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/__init__.py b/tests/testutils/__init__.py
index a4f52437..27f9e9cc 100644
--- a/tests/testutils/__init__.py
+++ b/tests/testutils/__init__.py
@@ -26,7 +26,7 @@ __all__ = ['GbpLogTester', 'DebianGitTestRepo', 'OsReleaseFile',
class OsReleaseFile(object):
"""Repesents a simple file with key-value pairs"""
- def __init__(self, filename):
+ def __init__(self, filename="/etc/os-release"):
self._values = {}
try: