aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/exec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/exec_test.go')
-rw-r--r--internal/pkg/exec_test.go7
1 files changed, 2 insertions, 5 deletions
diff --git a/internal/pkg/exec_test.go b/internal/pkg/exec_test.go
index 28ca2002..222ab790 100644
--- a/internal/pkg/exec_test.go
+++ b/internal/pkg/exec_test.go
@@ -118,11 +118,8 @@ func TestExec(t *testing.T) {
[]string{"testtool"},
pkg.MustPath("/proc/nonexistent", false, failingArtifact),
- ), nil, nil, pkg.WNew, &pkg.DependencyCureError{
- {
- A: failingArtifact,
- Err: stub.UniqueError(0xcafe),
- },
+ ), nil, nil, pkg.WNew, pkg.InputError{
+ failingArtifact: stub.UniqueError(0xcafe),
}},
{"invalid paths", pkg.NewExec(