Commit 5f66e5b1 authored by Changpeng Liu's avatar Changpeng Liu Committed by Tomasz Zawadzki
Browse files

test/fuse: make the --with-fuse option be consistent with configure

parent 004b52fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ if [ $SPDK_TEST_ISAL -eq 0 ]; then
fi

if [ $SPDK_TEST_BLOBFS -eq 1 ]; then
	if [[ -d /usr/include/fuse3 ]] && [[ -d /usr/local/include/fuse3 ]]; then
	if [[ -d /usr/include/fuse3 ]] || [[ -d /usr/local/include/fuse3 ]]; then
		config_params+=' --with-fuse'
	else
		echo "FUSE not enabled because libfuse3 is not installed."