]> git.ozlabs.org Git - ccan/blobdiff - ccan/opt/test/run-helpers.c
opt: much prettier usage (using terminal size)
[ccan] / ccan / opt / test / run-helpers.c
index de60ac9ff08e4fbac8e46943fe36e404f2301361..10b241908add534cd0f816457214debe28be1fea 100644 (file)
@@ -1024,7 +1024,7 @@ int main(int argc, char *argv[])
                }
                ok1(strstr(output, "[args]"));
                ok1(strstr(output, argv[0]));
-               ok1(strstr(output, "[-a]"));
+               ok1(strstr(output, "\n-a"));
                free(output);
                free(argv);
                output = NULL;