tests: use $SED throughout.
commitcc189e7daf95b91d22c585b2cdf6b787c8e3c3c6
authorGary V. Vaughan <gary@gnu.org>
Wed, 30 Oct 2013 04:21:38 +0000 (30 17:21 +1300)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Jan 2014 23:06:29 +0000 (2 12:06 +1300)
treef3f37dea7d4dc0aeb7d081efe3557c3461e6c32c
parent83405160afeb97ffd4430fd37c8edd7eeb703366
tests: use $SED throughout.

Trust the user, and use $SED from TESTS_ENVIRONMENT uniformly.
Hardcoding 'sed' for "simple" edits is a premature optimisation.
* tests/cdemo.at, tests/cmdline_wrap.at, tests/cwrapper.at,
tests/darwin.at, tests/demo.at, tests/duplicate_conv.at,
tests/duplicate_members.at, tests/execute-mode.at, tests/export.at,
tests/inherited_flags.at, tests/install.at, tests/libtoolize.at,
tests/mdemo.at, tests/need_lib_prefix.at, tests/old-m4-iface.at,
tests/sysroot.at, tests/tagdemo.at, tests/testsuite.at: Replace all
hardcoded sed invocations with $SED.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
18 files changed:
tests/cdemo.at
tests/cmdline_wrap.at
tests/cwrapper.at
tests/darwin.at
tests/demo.at
tests/duplicate_conv.at
tests/duplicate_members.at
tests/execute-mode.at
tests/export.at
tests/inherited_flags.at
tests/install.at
tests/libtoolize.at
tests/mdemo.at
tests/need_lib_prefix.at
tests/old-m4-iface.at
tests/sysroot.at
tests/tagdemo.at
tests/testsuite.at