aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/userboot/test
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2012-08-05 17:04:58 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2012-08-05 17:04:58 +0000
commit3db1bfd80da6f5514805d10cf12c878b3d3d5c83 (patch)
tree78750fa09bd92c3bfd517b61bc93b736726a9530 /sys/boot/userboot/test
parent59fa03faa3a72eee5c3b6aff6cb772604eed5081 (diff)
Notes
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);
}