From 872dc9b1df1dec5466970f085875e50b9436e967 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 15 Oct 2022 16:46:28 -0400 Subject: feat(unstable/task): add `INIT_CWD` env var (#16110) --- cli/tests/testdata/task/task_non_existent.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/testdata/task/task_non_existent.out') diff --git a/cli/tests/testdata/task/task_non_existent.out b/cli/tests/testdata/task/task_non_existent.out index 4867d3068..645e96f2b 100644 --- a/cli/tests/testdata/task/task_non_existent.out +++ b/cli/tests/testdata/task/task_non_existent.out @@ -9,6 +9,8 @@ Available tasks: echo 1 - echo_cwd echo $(pwd) +- echo_init_cwd + echo $INIT_CWD - exit_code_5 echo $(echo 10 ; exit 2) && exit 5 - piped -- cgit v1.2.3