Skip to content

Commit 501c685

Browse files
committed
don't make zstreamdump symlink
1 parent bce21ea commit 501c685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/zfs-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ constrain_path() {
347347
# [ -f "/usr/local/bin/gtruncate" ] && ln -fs /usr/local/bin/gtruncate "$STF_PATH/truncate"
348348
# [ -f "/usr/local/bin/realpath" ] && ln -fs /usr/local/bin/grealpath "$STF_PATH/realpath"
349349
# [ -f "/usr/local/bin/sha256sum" ] && ln -fs /usr/local/bin/sha256sum "$STF_PATH/sha256sum"
350-
ln -fs zstream "$STF_PATH/zstreamdump"
350+
# ln -fs zstream "$STF_PATH/zstreamdump"
351351
fi
352352
}
353353

0 commit comments

Comments
 (0)