We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ebf89 commit 35c1af4Copy full SHA for 35c1af4
test/t/test_rsync.py
@@ -80,6 +80,8 @@ def test_local_path_with_spaces(self, completion):
80
is defined in completions/ssh, through the rsync interface. We reuse
81
the fixture directory for the test of the scp completion.
82
83
- The expected result depends on the rsync version.
+ The expected result depends on the rsync version, so we check the
84
+ result if it matches either one of two possible expected results.
85
+
86
"""
87
assert completion == r"\ conf" or completion == r"\\\ conf"
0 commit comments