X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/454b204000d870c9fa74a13e997964fe3f01edfa..2e9ba080dd30434f3e8f88e63029280889586a32:/libtests/t-cgi.c diff --git a/libtests/t-cgi.c b/libtests/t-cgi.c index 109a38a..f621495 100644 --- a/libtests/t-cgi.c +++ b/libtests/t-cgi.c @@ -26,7 +26,7 @@ static void input_from(const char *s) { || fputs("wibble wibble\r\nspong", fp) < 0 /* ensure CONTENT_LENGTH * honored */ || fflush(fp) < 0) - fatal(errno, "writing to temporary file"); + disorder_fatal(errno, "writing to temporary file"); rewind(fp); xdup2(fileno(fp), 0); lseek(0, 0/*offset*/, SEEK_SET);