selftests: change cpu on-off-test.sh name to be unique
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 27 Mar 2015 16:03:48 +0000 (10:03 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 1 Apr 2015 16:32:52 +0000 (10:32 -0600)
cpu and memory hotplug scripts use the same name. Change
cpu on-off-test.sh to cpu-on-off-test.sh.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/cpu-hotplug/Makefile
tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh [moved from tools/testing/selftests/cpu-hotplug/on-off-test.sh with 100% similarity]

index 15f0259..fe1f991 100644 (file)
@@ -1,10 +1,10 @@
 all:
 
-TEST_PROGS := on-off-test.sh
+TEST_PROGS := cpu-on-off-test.sh
 
 include ../lib.mk
 
 run_full_test:
-       @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
+       @/bin/bash ./cpu-on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
 
 clean: