From c6a076ae540f25e28c25e331fef7bc5d2cf15d06 Mon Sep 17 00:00:00 2001 From: clanmills Date: Thu, 11 Feb 2021 09:52:57 +0000 Subject: [PATCH] Fix python test breaker --- tests/bugfixes/github/test_issue_1464.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bugfixes/github/test_issue_1464.py b/tests/bugfixes/github/test_issue_1464.py index 0917e089..36425fa8 100644 --- a/tests/bugfixes/github/test_issue_1464.py +++ b/tests/bugfixes/github/test_issue_1464.py @@ -6,9 +6,9 @@ from system_tests import CaseMeta, CopyTmpFiles, path class test_issue_1464Test(metaclass=CaseMeta): filename = path("$tmp_path/test_issue_1464.exv") - commands = [ "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename" - , "$exiv2 -M'set Exif.Sony2010e.WB_RGBLevels 9 1 1' $filename" - , "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename" + commands = [ "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename" + , "$exiv2 -M\"set Exif.Sony2010e.WB_RGBLevels 9 1 1\" $filename" + , "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename" ] stdout = ["Exif.Sony2010e.WB_RGBLevels Short 3 598 256 442\n" ,""