diff options
author | Tom Rini | 2014-06-24 14:06:22 -0400 |
---|---|---|
committer | Tom Rini | 2014-06-24 14:06:22 -0400 |
commit | ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab (patch) | |
tree | 4a2a320c917e0ec10908b25b0878a62b3210f00b /test | |
parent | 19198f8b013b70ae6f497422e5418cc009dea145 (diff) | |
parent | 1638d98052e0d03e46d504b21ec1b88ecfcd87aa (diff) |
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'test')
-rw-r--r-- | test/command_ut.c | 8 | ||||
-rwxr-xr-x | test/vboot/vboot_test.sh | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/test/command_ut.c b/test/command_ut.c index b2666bfc182..ae6466d0ed8 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 cc67bed2e23..8074fc6adc0 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' |