Skip to content

Commit 176c355

Browse files
committed
ci: verify that /dev/fd/* works
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent eeb82c0 commit 176c355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ jobs:
6161
6262
# Verify that the locale is set, enabling `grep -P` to work
6363
test 123 = "$(printf '1248\n123\n' | grep -P '2(?!4)')"
64+
65+
# Verify that /dev/fd/<pid> works
66+
test hello = "$(cat <(echo hello))"

0 commit comments

Comments
 (0)