Skip to content

Commit 35c1af4

Browse files
committed
!fixup 11d2dfa test(rsync): clarify the two possible expected results
1 parent 93ebf89 commit 35c1af4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/t/test_rsync.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def test_local_path_with_spaces(self, completion):
8080
is defined in completions/ssh, through the rsync interface. We reuse
8181
the fixture directory for the test of the scp completion.
8282
83-
The expected result depends on the rsync version.
83+
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+
8486
"""
8587
assert completion == r"\ conf" or completion == r"\\\ conf"

0 commit comments

Comments
 (0)