diff --git a/main_test.go b/main_test.go index 7fbd98f..bceb8af 100644 --- a/main_test.go +++ b/main_test.go @@ -207,7 +207,7 @@ var invalidtests = []Tests{ { name: "outdir-no-exists", args: base + " -o t/foo/bar/out https://www.kleinanzeigen.de/s-anzeige/first-ad/1 -v", - expect: "mkdir t/foo/bar/out: no such file or directory", + expect: "Failure", exitcode: 1, }, {