You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/echo-file
+22-14Lines changed: 22 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,22 @@ function echo_file_test() (
11
11
eval-tester --name='no args' -- \
12
12
echo-file --
13
13
14
-
# CAT
14
+
# PROCESS SUBSTITUTION
15
+
# We do this before STDIN as otherwise it seems homebrew, only on CI, when installing bat on the `--bat` test, will cause the STDIN to be consumed during the install process: https://github.com/bevry/dorothy/actions/runs/21468532248/job/61835719599#step:4:15747
16
+
# Perhaps `setup-util` when running a `--quiet` installation, needs to close STDIN for sources to prevent this.
17
+
18
+
# bat
19
+
# `--ignore-tty`` as TTY will have install info
20
+
# `--ignore-stderr` as STDERR will have failed install technique info
0 commit comments