diff mbox series

[v3,2/2] selftests/vm: fix a rename typo: run_vmtest.sh --> run_vmtests.sh

Message ID 20201003002142.32671-3-jhubbard@nvidia.com (mailing list archive)
State New, archived
Headers show
Series selftests/vm: fix a rename typo, fix executable issues | expand

Commit Message

John Hubbard Oct. 3, 2020, 12:21 a.m. UTC
commit cb2ab76685d7 ("selftests/vm: rename run_vmtests -->
run_vmtests.sh") claims to rename this file to run_vmtests.sh, but the
actual commit botched the job and left out an "s". We all miss the "s",
so let's restore it. :)

This patch also restores the executable bit on that same file, as a
nice touch if it sticks. (Which it won't, if someone uses patch(1) to
apply this, but it's worth setting it for everyone else.)

Fixes: cb2ab76685d7 ("selftests/vm: rename run_vmtests --> run_vmtests.sh")
Signed-off-by: John Hubbard <jhubbard@nvidia.com>
---
 tools/testing/selftests/vm/{run_vmtest.sh => run_vmtests.sh} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tools/testing/selftests/vm/{run_vmtest.sh => run_vmtests.sh} (100%)
 mode change 100644 => 100755
diff mbox series

Patch

diff --git a/tools/testing/selftests/vm/run_vmtest.sh b/tools/testing/selftests/vm/run_vmtests.sh
old mode 100644
new mode 100755
similarity index 100%
rename from tools/testing/selftests/vm/run_vmtest.sh
rename to tools/testing/selftests/vm/run_vmtests.sh