summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-06-24 14:06:22 -0400
committerTom Rini <trini@ti.com>2014-06-24 14:06:22 -0400
commitba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab (patch)
tree4a2a320c917e0ec10908b25b0878a62b3210f00b /test
parent19198f8b013b70ae6f497422e5418cc009dea145 (diff)
parent1638d98052e0d03e46d504b21ec1b88ecfcd87aa (diff)
downloadblackbird-obmc-uboot-ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab.tar.gz
blackbird-obmc-uboot-ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab.zip
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'test')
-rw-r--r--test/command_ut.c8
-rwxr-xr-xtest/vboot/vboot_test.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/test/command_ut.c b/test/command_ut.c
index b2666bfc18..ae6466d0ed 100644
--- a/test/command_ut.c
+++ b/test/command_ut.c
@@ -165,12 +165,12 @@ static int do_ut_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
#ifdef CONFIG_SANDBOX
/* File existence */
- HUSH_TEST(e, "-e host - creating_this_file_breaks_uboot_unit_test", n);
- run_command("sb save host - creating_this_file_breaks_uboot_unit_test 0 1", 0);
- HUSH_TEST(e, "-e host - creating_this_file_breaks_uboot_unit_test", y);
+ HUSH_TEST(e, "-e hostfs - creating_this_file_breaks_uboot_unit_test", n);
+ run_command("sb save hostfs - creating_this_file_breaks_uboot_unit_test 0 1", 0);
+ HUSH_TEST(e, "-e hostfs - creating_this_file_breaks_uboot_unit_test", y);
/* Perhaps this could be replaced by an "rm" shell command one day */
assert(!os_unlink("creating_this_file_breaks_uboot_unit_test"));
- HUSH_TEST(e, "-e host - creating_this_file_breaks_uboot_unit_test", n);
+ HUSH_TEST(e, "-e hostfs - creating_this_file_breaks_uboot_unit_test", n);
#endif
#endif
diff --git a/test/vboot/vboot_test.sh b/test/vboot/vboot_test.sh
index cc67bed2e2..8074fc6adc 100755
--- a/test/vboot/vboot_test.sh
+++ b/test/vboot/vboot_test.sh
@@ -14,7 +14,7 @@ set -e
run_uboot() {
echo -n "Test Verified Boot Run: $1: "
${uboot} -d sandbox-u-boot.dtb >${tmp} -c '
-sb load host 0 100 test.fit;
+sb load hostfs - 100 test.fit;
fdt addr 100;
bootm 100;
reset'
OpenPOWER on IntegriCloud