Skip to content

Commit 1d00cbe

Browse files
rizlikdanielinux
authored andcommitted
unit-disk.c: don't make mock partitions overlaps
1 parent 6904f36 commit 1d00cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/unit-tests/unit-disk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void disk_close(int drv) { (void)drv; }
6161
/* GPT partition layout (LBA offsets) */
6262
static const int PART0_OFF = 40;
6363
static const int PART0_END = 100;
64-
static const int PART1_OFF = 100;
64+
static const int PART1_OFF = 101;
6565
static const int PART1_END = 200;
6666

6767
/* --- Helpers to build fake disk layouts --- */

0 commit comments

Comments
 (0)