]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
unit-test: fix 'env default' invocation
authorStephen Warren <swarren@nvidia.com>
Mon, 3 Feb 2014 20:24:23 +0000 (13:24 -0700)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 14:47:34 +0000 (09:47 -0500)
commit67486728841df8fda072ce54702b26674ab13424
treeb5de74c692e2e04f7958d8aba8d42cf112b17e44
parentb7b5f3195fa5a31ab1505e0c87054dc6dc71627b
unit-test: fix 'env default' invocation

"env default -f" doesn't work any more; replace it with
"env default -f -a". This avoids the following when running the ut
command:

do_ut_cmd: Testing commands
env - environment handling commands

Usage:
env default [-f] -a - [forcibly] reset default environment
...

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/command_ut.c