Commits

Mike Frysinger committed ff64fb9e310
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>