diff options
author | Bill Richardson <wfrichar@chromium.org> | 2013-02-13 09:39:34 -0800 |
---|---|---|
committer | ChromeBot <chrome-bot@google.com> | 2013-02-13 11:36:59 -0800 |
commit | 134d9eed73646e18bb802878ceb935567ab5b212 (patch) | |
tree | 3bf3fb93e009b009f7c97e4f4762eb94634f6514 /utility | |
parent | 886a9047f07d6bf9f424fd83247136c79706e136 (diff) | |
download | vboot-134d9eed73646e18bb802878ceb935567ab5b212.tar.gz |
Remove hardcoded path in unused chromeos-tpm-recovery-test
AFAICT, we don't actually run this test anywhere. If we do, we shouldn't
hard-code the path to the real chromeos-tpm-recovery utility, because we
may need to move it around.
BUG=none
BRANCH=none
TEST=none
Change-Id: I295d57d659adf564ca964efc91d95dfdd1ff00aa
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/43174
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'utility')
-rwxr-xr-x | utility/chromeos-tpm-recovery-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/chromeos-tpm-recovery-test b/utility/chromeos-tpm-recovery-test index e7638109..e633d311 100755 --- a/utility/chromeos-tpm-recovery-test +++ b/utility/chromeos-tpm-recovery-test @@ -30,7 +30,7 @@ if [ "$test_kind" = "fake" ]; then ctr=../chromeos-tpm-recovery tpmc=./tpmc else - ctr=/usr/sbin/chromeos-tpm-recovery + ctr=chromeos-tpm-recovery tpmc=tpmc fi |