X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Fctap%2Fprove.c;h=a419afa7b78667a7d654643dc5882920aa2b61cd;hb=0b4c476faa9f0e5ce8d5c7363daa5e81d452814a;hp=1d870355b55602b191caad08e2dfb3e2bbfa0ea1;hpb=dc08462c5c1d2cb9ae52a7b1df98603cb1160262;p=zpackage diff --git a/t/ctap/prove.c b/t/ctap/prove.c index 1d87035..a419afa 100644 --- a/t/ctap/prove.c +++ b/t/ctap/prove.c @@ -96,7 +96,7 @@ int runone(struct testrun *run) { regcomp(&plan, "^[[:digit:]]+\\.\\.([[:digit:]]+)", REG_EXTENDED); regcomp(&diagnostic, "#[[:space:]]*(.+)", REG_EXTENDED); - regcomp(&bail, "^Bail Out![[:space:]]*(.+)", REG_EXTENDED); + regcomp(&bail, "^Bail Out![[:space:]]*(.+)", REG_EXTENDED|REG_ICASE); regcomp(&version, "^TAP Version ([[:digit:]]+)", REG_EXTENDED); regcomp(&test, "^(not )?ok([[:space:]]*([[:digit:]]+))?", REG_EXTENDED);