aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot/test
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/userboot/test')
-rw-r--r--sys/boot/userboot/test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/test/test.c b/sys/boot/userboot/test/test.c
index 8745d315cbf51..63cb5e80e5d32 100644
--- a/sys/boot/userboot/test/test.c
+++ b/sys/boot/userboot/test/test.c
@@ -450,5 +450,5 @@ main(int argc, char** argv)
term.c_lflag &= ~(ICANON|ECHO);
tcsetattr(0, TCSAFLUSH, &term);
- func(&cb, NULL, USERBOOT_VERSION_1, disk_fd >= 0);
+ func(&cb, NULL, USERBOOT_VERSION_2, disk_fd >= 0);
}