Skip to content

Commit c46234a

Browse files
committed
test(scp): require fixture live_pwd for test_remote_path_with_spaces
1 parent 4f1a16c commit c46234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/t/test_scp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ def test_remote_path_with_failglob(self, completion):
9797
assert not completion
9898

9999
@pytest.mark.complete(f"scp {LIVE_HOST}:spaces", sleep_after_tab=2)
100-
def test_remote_path_with_spaces(self, completion):
100+
def test_remote_path_with_spaces(self, live_pwd, completion):
101101
assert completion == r"\\\ in\\\ filename.txt"

0 commit comments

Comments
 (0)