tests: remove unnecessary single quotes in perl hash use: ->{'SYM'}
authorJim Meyering <meyering@redhat.com>
Sat, 15 May 2010 15:58:52 +0000 (17:58 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 31 May 2010 08:59:11 +0000 (10:59 +0200)
commitf385d97a4144a30e23bc35ce8ec33c26b6cd84e9
treec4626695045ca2ec0f47458d7c4d21ee6932ab91
parent200501052edde61747a16cd0af60fa925ef87bfb
tests: remove unnecessary single quotes in perl hash use: ->{'SYM'}

Run this command:
  git grep -l "limits->{'" \
    | xargs perl -pi -e "s/limits->{'(.*?)'}/limits->{\$1}/g"
* cfg.mk (sc_prohibit_perl_hash_quotes): New rule to match.
* tests/misc/join: Remove quotes.
* tests/misc/sort: Likewise.
* tests/misc/sort-merge: Likewise.
* tests/misc/test: Likewise.
* tests/misc/unexpand: Likewise.
* tests/misc/uniq: Likewise.
cfg.mk
tests/misc/join
tests/misc/sort
tests/misc/sort-merge
tests/misc/test
tests/misc/unexpand
tests/misc/uniq