Skip to content

Commit

Permalink
don't make zstreamdump symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jun 5, 2021
1 parent 72aa3e5 commit f2c6d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zfs-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ constrain_path() {
# [ -f "/usr/local/bin/gtruncate" ] && ln -fs /usr/local/bin/gtruncate "$STF_PATH/truncate"
# [ -f "/usr/local/bin/realpath" ] && ln -fs /usr/local/bin/grealpath "$STF_PATH/realpath"
# [ -f "/usr/local/bin/sha256sum" ] && ln -fs /usr/local/bin/sha256sum "$STF_PATH/sha256sum"
ln -fs zstream "$STF_PATH/zstreamdump"
# ln -fs zstream "$STF_PATH/zstreamdump"
fi
}

Expand Down

0 comments on commit f2c6d69

Please sign in to comment.