portable error check

This commit is contained in:
2024-01-02 12:36:00 +01:00
parent b17f4f0f3e
commit 1d2483d18f

View File

@@ -207,7 +207,7 @@ var invalidtests = []Tests{
{ {
name: "outdir-no-exists", name: "outdir-no-exists",
args: base + " -o t/foo/bar/out https://www.kleinanzeigen.de/s-anzeige/first-ad/1 -v", 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, exitcode: 1,
}, },
{ {