]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests/009: Fix quote warning
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 5 Aug 2024 05:59:05 +0000 (11:29 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 20 Aug 2024 20:42:50 +0000 (14:42 -0600)
Fix "Q000 Double quotes found but single quotes preferred" warning.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/009-cgget-g_flag_controller_only.py

index 3ce06ff81816e86b2b6e0e358d9481a749b6d377..f69cb2af1314f308487c9f36a0ebd24cb26d5e7c 100755 (executable)
@@ -49,7 +49,7 @@ def test(config):
                     break
                 else:
                     if cause is None:
-                        cause = "Tried Matching:\n==============="
+                        cause = 'Tried Matching:\n==============='
 
                     cause = '\n'.join(filter(None, [cause, expected_out]))