diff options
| author | Tom Rini <[email protected]> | 2014-06-24 14:06:22 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-06-24 14:06:22 -0400 |
| commit | ba9b42c81b0734d53edfbb1fe4a6ded7de78c5ab (patch) | |
| tree | 4a2a320c917e0ec10908b25b0878a62b3210f00b /test/command_ut.c | |
| parent | 19198f8b013b70ae6f497422e5418cc009dea145 (diff) | |
| parent | 1638d98052e0d03e46d504b21ec1b88ecfcd87aa (diff) | |
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'test/command_ut.c')
| -rw-r--r-- | test/command_ut.c | 8 |
1 files changed, 4 insertions, 4 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 |
