]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop forgotten format()
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 13 Sep 2022 18:07:22 +0000 (20:07 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 13 Sep 2022 19:03:04 +0000 (21:03 +0200)
Follow-up to fda00958bb08f2920cf8d42c5212fb45bdb42d6d.

test/test-exec-deserialization.py

index 46627add91a33d8aef4a4fd8ff4d697446d79957..d579700fa49b6886997e7dd4635a405a062c9720 100755 (executable)
@@ -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):