Skip to content

Commit 75cfaff

Browse files
committed
Create test bundle with no partition map
Allows us to mount it directly without fiddling with offsets.
1 parent c047326 commit 75cfaff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ vpath $(TESTDATA_DIR) $(SRC_DIR)
163163
$(TESTDATA_DIR):
164164
$(call ensure_binary,hdiutil)
165165
@rm -Rf $(TESTDATA_DIR) && mkdir $(TESTDATA_DIR)
166-
hdiutil create -size 1TB -type SPARSEBUNDLE -fs HFS+ $(TEST_BUNDLE)
166+
hdiutil create -size 1TB -type SPARSEBUNDLE -layout NONE -fs HFS+ $(TEST_BUNDLE)
167167

168168
check_%: check ; @:
169169
check: $(TARGET) $(TESTDATA_DIR)

0 commit comments

Comments
 (0)