Skip to content

Commit 9608d1e

Browse files
committed
!fixup e62ebcb test(scp): clarify the creation of "pipe|"
1 parent 35c1af4 commit 9608d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/t/test_scp.py

+2
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ def test_xfunc_remote_files(self, bash):
191191

192192
@pytest.fixture
193193
def tmpdir_mkfifo(self, request, bash):
194+
# We prepare two files: 1) a named pipe and 2) a regular file ending
195+
# with the same name but an extra special character "|".
194196
tmpdir, _, _ = prepare_fixture_dir(
195197
request,
196198
files=["local_path_2-pipe|"],

0 commit comments

Comments
 (0)