commit | 67486728841df8fda072ce54702b26674ab13424 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Feb 03 13:24:23 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 09:47:34 2014 -0500 |
tree | b5de74c692e2e04f7958d8aba8d42cf112b17e44 | |
parent | b7b5f3195fa5a31ab1505e0c87054dc6dc71627b [diff] |
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>