From 922a0ef303add09c27865588247effa7b7033017 Mon Sep 17 00:00:00 2001 From: Julio Merino Date: Wed, 22 Oct 2014 07:53:55 -0400 Subject: [PATCH] Accept environment variables starting with dot --- integration/cmd_report_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/cmd_report_test.sh b/integration/cmd_report_test.sh index 7e133062..5196e056 100644 --- a/integration/cmd_report_test.sh +++ b/integration/cmd_report_test.sh @@ -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 < simple_all_pass:skip