We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce21ea commit 501c685Copy full SHA for 501c685
scripts/zfs-tests.sh
@@ -347,7 +347,7 @@ constrain_path() {
347
# [ -f "/usr/local/bin/gtruncate" ] && ln -fs /usr/local/bin/gtruncate "$STF_PATH/truncate"
348
# [ -f "/usr/local/bin/realpath" ] && ln -fs /usr/local/bin/grealpath "$STF_PATH/realpath"
349
# [ -f "/usr/local/bin/sha256sum" ] && ln -fs /usr/local/bin/sha256sum "$STF_PATH/sha256sum"
350
- ln -fs zstream "$STF_PATH/zstreamdump"
+ # ln -fs zstream "$STF_PATH/zstreamdump"
351
fi
352
}
353
0 commit comments