Skip to content

Commit 2caa055

Browse files
committed
use gsum
1 parent 33303d3 commit 2caa055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/zfs-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,13 @@ constrain_path() {
329329
ln -fs /usr/local/bin/mountp "$STF_PATH/mountp"
330330
ln -fs /sbin/fsck_hfs "$STF_PATH/fsck"
331331
# ln -fs /sbin/mount_hfs "$STF_PATH/mount"
332-
# Homebrew "coreutils" provides timeout, truncate, gdd, gcp, and realpath, sha256sum
332+
# Homebrew "coreutils" provides timeout, truncate, gdd, gcp, gsum, and realpath, sha256sum
333333
# Homebrew "fio" provides fio
334334
# Homebrew "gawk" provides gawk
335335
# Homebrew "gnu-sed" provides gsed
336336
[ -f "/usr/local/bin/gawk" ] && ln -fs /usr/local/bin/gawk "$STF_PATH/nawk"
337337
[ -f "/usr/local/bin/gdd" ] && ln -fs /usr/local/bin/gdd "$STF_PATH/dd"
338+
[ -f "/usr/local/bin/gsum" ] && ln -fs /usr/local/bin/gsum "$STF_PATH/sum"
338339
# can't use gcp because it doesn't support xattr on macOS
339340
# [ -f "/usr/local/bin/gcp" ] && ln -fs /usr/local/bin/gcp "$STF_PATH/cp"
340341
[ -f "/usr/local/bin/gsed" ] && ln -fs /usr/local/bin/gsed "$STF_PATH/sed"

0 commit comments

Comments
 (0)