diff --git a/task_test.go b/task_test.go index e5b14ee9..71f615cf 100644 --- a/task_test.go +++ b/task_test.go @@ -28,7 +28,7 @@ func TestDeps(t *testing.T) { } for _, f := range files { - _ = os.Remove(f) + _ = os.Remove(filepath.Join(dir, f)) } c := exec.Command("task")