diff --git a/cmd/fdroidcl/endtoend_test.go b/cmd/fdroidcl/endtoend_test.go index 016117b..06d3274 100644 --- a/cmd/fdroidcl/endtoend_test.go +++ b/cmd/fdroidcl/endtoend_test.go @@ -49,7 +49,7 @@ func TestCommands(t *testing.T) { }) t.Run("SearchBeforeUpdate", func(t *testing.T) { - mustFail(t, `could not open index`, ``, cmdSearch) + mustFail(t, `index does not exist`, ``, cmdSearch) }) t.Run("UpdateFirst", func(t *testing.T) { mustSucceed(t, `done`, ``, cmdUpdate)