The x bit can easily get lost (patch(1) loses it, for example).
Reported-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
 all:
 
 run_tests:
-       @./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
+       @/bin/sh ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
 
 clean:
 
 all:
 
 run_tests:
-       @./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
+       @/bin/sh ./on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"
 
 clean: