diff --git a/test/test_postprocessor.py b/test/test_postprocessor.py index 0f9d2ab0..554a51e8 100644 --- a/test/test_postprocessor.py +++ b/test/test_postprocessor.py @@ -184,7 +184,7 @@ class ExecTest(BasePostprocessorTest): def test_command_list(self): self._create({ "command": ["~/script.sh", "{category}", - "\fF {_directory.upper()}"], + "\fE _directory.upper()"], }) with patch("subprocess.Popen") as p: