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 eeb82c0 commit 176c355Copy full SHA for 176c355
.github/workflows/test.yml
@@ -61,3 +61,6 @@ jobs:
61
62
# Verify that the locale is set, enabling `grep -P` to work
63
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