portable error check

This commit is contained in:
2024-01-02 12:36:00 +01:00
parent 114f6b16d9
commit 577f9d983e

View File

@@ -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,
},
{