Skip to content

Commit

Permalink
Accept environment variables starting with dot
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmv committed Oct 22, 2014
1 parent 66045cc commit 922a0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/cmd_report_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Environment variables:
EOF
HOME="$(pwd)" MOCK="mock1
has multiple lines
and terminates here" env | sort | grep '^[_a-zA-Z0-9]*=' | sed -e 's,^, ,' \
and terminates here" env | sort | grep '^[._a-zA-Z0-9]*=' | sed -e 's,^, ,' \
| grep -v '^ _.*=.*' >>expout
cat >>expout <<EOF
===> simple_all_pass:skip
Expand Down

0 comments on commit 922a0ef

Please sign in to comment.