Whamcloud - gitweb
LU-4647 tests: clean up sanity-sec code style issues 69/14769/6
authorAndreas Dilger <andreas.dilger@intel.com>
Mon, 11 May 2015 23:54:26 +0000 (17:54 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Fri, 28 Aug 2015 17:48:27 +0000 (17:48 +0000)
commit4fab3b2dfd4225f096e9a38ac14bcf61c41a81d4
treef342ead539c56b7c179e2d34f7013cacef6e0dff
parent22d0d85f5405859fb31104485ccfd55e4484d365
LU-4647 tests: clean up sanity-sec code style issues

Minor cleanups in sanity-sec coding style seen during code review:
- fix indentation to use tabs
- don't continue strings with open quotes (adds indent to string)
- remove unnecessary linefeed escapes
- replace subshells with backquotes `...` to use $(...)

Remove no-op test_3(), as it is superceded by nodemaps.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: If96e3ddee723747987ca5309e982e36af202fb26
Reviewed-on: http://review.whamcloud.com/14769
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Tested-by: Jenkins
Reviewed-by: James Nunez <james.a.nunez@intel.com>
lustre/tests/sanity-sec.sh