Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: utility/chromeos-tpm-recovery-test

Issue 4320001: Use existing dash vs. underscore convention for scripts. (Closed) Base URL: http://git.chromium.org/git/vboot_reference.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utility/chromeos-tpm-recovery ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/chromeos-tpm-recovery-test
diff --git a/utility/chromeos_tpm_recovery_test b/utility/chromeos-tpm-recovery-test
similarity index 97%
rename from utility/chromeos_tpm_recovery_test
rename to utility/chromeos-tpm-recovery-test
index 4e6a5d85f5665ccb6ce70746ca92de7c8c02d997..e7638109efbde3584b3b4dee391a39e7f4686109 100755
--- a/utility/chromeos_tpm_recovery_test
+++ b/utility/chromeos-tpm-recovery-test
@@ -6,9 +6,9 @@
# Test the chromeos TPM recovery script by faking the entire execution
# environment.
-rm -rf tpm_recovery_test_workdir
-mkdir tpm_recovery_test_workdir
-cd tpm_recovery_test_workdir
+rm -rf tpm-recovery-test-workdir
+mkdir tpm-recovery-test-workdir
+cd tpm-recovery-test-workdir
test_kind=
if [ $# -ge 1 ]; then
@@ -27,10 +27,10 @@ if [ "$test_kind" = "fake" ]; then
export USR_LOCAL_SBIN=.
export DOT_RECOVERY=.recovery
export ACPI_DIR=.
- ctr=../chromeos_tpm_recovery
+ ctr=../chromeos-tpm-recovery
tpmc=./tpmc
else
- ctr=/usr/sbin/chromeos_tpm_recovery
+ ctr=/usr/sbin/chromeos-tpm-recovery
tpmc=tpmc
fi
« no previous file with comments | « utility/chromeos-tpm-recovery ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698