Skip to content

Commit

Permalink
Test for macos-15 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Dec 1, 2024
1 parent 8c4ac67 commit 037b30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export RUN_DIR
# Set your PATH appropriately so that you can find these commands.
#
if [ "$(uname)" = "Darwin" ]; then
# export STDBUF_BIN="gstdbuf"
export STDBUF_BIN="stdbuf"
sudo ln -s "$(brew --prefix coreutils)"/libexec/libstdbuf.so "$(brew --prefix coreutils)"/libexec/glibstdbuf.so
export STDBUF_BIN="gstdbuf"
export TRUNCATE_BIN="gtruncate"
export SED_BIN="gsed"
export BASE64_BIN="gbase64"
Expand Down

0 comments on commit 037b30f

Please sign in to comment.