diff options
author | 2014-07-11 19:47:35 -0400 | |
---|---|---|
committer | 2014-09-07 16:24:38 -0700 | |
commit | 3327d924a7fef224754273d70224f130d63997c6 (patch) | |
tree | 8d73ef7bd950e6d9c63062ddd5c54e1839d62315 /tools/testing/selftests/rcutorture/bin/parse-console.sh | |
parent | rcutorture: Use bash shell for all the test scripts (diff) | |
download | linux-dev-3327d924a7fef224754273d70224f130d63997c6.tar.xz linux-dev-3327d924a7fef224754273d70224f130d63997c6.zip |
rcutorture: Set executable bit and drop bash from Usage
This commit sets the executable bit on test scripts config2frag.sh
and kvm.sh. Since #!/bin/bash is set in all the scripts, this commit
also drops it from all usage lines because the scripts can now all be
invoked directly.
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to '')
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/parse-console.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/parse-console.sh b/tools/testing/selftests/rcutorture/bin/parse-console.sh index 2517eaed8991..a0bde6c79456 100755 --- a/tools/testing/selftests/rcutorture/bin/parse-console.sh +++ b/tools/testing/selftests/rcutorture/bin/parse-console.sh @@ -4,8 +4,7 @@ # The "file" is a pathname on the local system, and "title" is # a text string for error-message purposes. # -# Usage: -# bash parse-console.sh file title +# Usage: parse-console.sh file title # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |