]> git.ipfire.org Git - thirdparty/mdadm.git/commit
test: remove unnecessary bash-ism.
authorNeilBrown <neilb@suse.de>
Wed, 31 Oct 2012 22:56:15 +0000 (09:56 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 20 Nov 2012 01:08:51 +0000 (12:08 +1100)
commitd5a221a5254846d6149eb6365cdd8b4c4d60e71e
tree3918054f559f0fce51bf5734bc8355be3d47a9c1
parent5e9fd96f213e79c8d8996bfbe90488a2f09e4d19
test: remove unnecessary bash-ism.

Bash allows '-' in function names, but other shells don't.
So use '_' - always safe.

Signed-off-by: NeilBrown <neilb@suse.de>
test