hush_test: filter test output to avoid C lib differences
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Jun 2009 18:08:09 +0000 (14:08 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Jun 2009 18:16:43 +0000 (14:16 -0400)
commitff64fb9e3100ff89446b54af3ef80cd86d4730f5
tree25fbc7aa6359e6c03d41c6201b6b196e12314290
parentf524b6c87f2a34c1fd29dc8ecf9156eb418d4ea0
hush_test: filter test output to avoid C lib differences

The getopt function in some C libraries wraps the option in single quotes
while others do not.  Avoid the issue by running sed on the output and
strip all quotes.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
shell/hush_test/run-all