mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Revert "fix: .USER_WORKING_DIR should contain the value of --dir if given (#2186)"
This reverts commit 768dca053b.
This commit is contained in:
@@ -2151,7 +2151,7 @@ func TestUserWorkingDirectory(t *testing.T) {
|
||||
|
||||
var buff bytes.Buffer
|
||||
e := task.NewExecutor(
|
||||
task.WithEntrypoint("testdata/user_working_dir/Taskfile.yml"),
|
||||
task.WithDir("testdata/user_working_dir"),
|
||||
task.WithStdout(&buff),
|
||||
task.WithStderr(&buff),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user