test: env: Add a test of the new regex behavior for attrs
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:38 +0000 (14:27 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 May 2015 13:16:18 +0000 (09:16 -0400)
commitf68c2b259298177763c285d8e4b2394d8b2833c3
treefc35a6a8a14391b8519643d2646d2436fefcdc72
parentb04d3553ee389ea8abf13e52930ddde5943ed8a4
test: env: Add a test of the new regex behavior for attrs

The behavior of the env attrs depends on CONFIG_REGEX. Add an additional
test if that variable is set.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/env/attr.c