We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c047326 commit 75cfaffCopy full SHA for 75cfaff
1 file changed
Makefile
@@ -163,7 +163,7 @@ vpath $(TESTDATA_DIR) $(SRC_DIR)
163
$(TESTDATA_DIR):
164
$(call ensure_binary,hdiutil)
165
@rm -Rf $(TESTDATA_DIR) && mkdir $(TESTDATA_DIR)
166
- hdiutil create -size 1TB -type SPARSEBUNDLE -fs HFS+ $(TEST_BUNDLE)
+ hdiutil create -size 1TB -type SPARSEBUNDLE -layout NONE -fs HFS+ $(TEST_BUNDLE)
167
168
check_%: check ; @:
169
check: $(TARGET) $(TESTDATA_DIR)
0 commit comments