From 94068b7109af64eba2cb9fd299e62705a5358069 Mon Sep 17 00:00:00 2001 From: Kayla Washburn Date: Wed, 8 Jun 2022 15:30:16 -0600 Subject: feat(task): add `--cwd` flag for configuring the working directory (#14823) --- 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 bd4b73c6f..4867d3068 100644 --- a/cli/tests/testdata/task/task_non_existent.out +++ b/cli/tests/testdata/task/task_non_existent.out @@ -7,6 +7,8 @@ Available tasks: deno eval 'console.log(5)' - echo echo 1 +- echo_cwd + echo $(pwd) - exit_code_5 echo $(echo 10 ; exit 2) && exit 5 - piped -- cgit v1.2.3