summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-02-13 09:39:34 -0800
committerChromeBot <chrome-bot@google.com>2013-02-13 11:36:59 -0800
commit134d9eed73646e18bb802878ceb935567ab5b212 (patch)
tree3bf3fb93e009b009f7c97e4f4762eb94634f6514
parent886a9047f07d6bf9f424fd83247136c79706e136 (diff)
downloadvboot-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>
-rwxr-xr-xutility/chromeos-tpm-recovery-test2
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