Merging upstream version 1.31.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bf2e4897d0
commit
c8f71b8649
27 changed files with 387 additions and 394 deletions
|
@ -65,7 +65,7 @@ def before_all(context):
|
|||
_, my_cnf = mkstemp()
|
||||
with open(my_cnf, "w") as f:
|
||||
f.write(
|
||||
"[client]\n" "pager={0} {1} {2}\n".format(
|
||||
"[client]\npager={0} {1} {2}\n".format(
|
||||
sys.executable, os.path.join(context.package_root, "test/features/wrappager.py"), context.conf["pager_boundary"]
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue