mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
Fix delete of files before test run
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user