configure: Make sure the output directory exists before running xattr tests.

This commit is contained in:
Augustin Cavalier 2018-04-14 20:30:05 -04:00
parent 4b588b36ad
commit 43f5f35a80

1
configure vendored
View File

@ -441,6 +441,7 @@ check_native_xattrs()
return 0
fi
mkdir -p "$outputDir"
echo "xattr test file" >"$outputDir/xattrtest"
local i=0
# on round 0, we test if we can set 3 attrs of 1K each (enough for xattr-ref)