1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

test: drop forgotten format()

Follow-up to fda00958bb.
This commit is contained in:
Frantisek Sumsal 2022-09-13 20:07:22 +02:00
parent cbe25d0dcc
commit 2a843ec832

View File

@ -82,7 +82,7 @@ class ExecutionResumeTest(unittest.TestCase):
Type=oneshot
ExecStart=/bin/bash -c "echo bar >> {self.output_file}"
ExecStart=/bin/bash -c "echo baz >> {self.output_file}"
'''.format(self.output_file)
'''
self.unit_files[UnitFileChange.REMOVAL] = unit_file_content
def reload(self):