Explorar o código

Unit test: Fix copy/paste error

bel2125 %!s(int64=8) %!d(string=hai) anos
pai
achega
ec7852a628
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      test/public_server.c

+ 3 - 3
test/public_server.c

@@ -1408,10 +1408,10 @@ START_TEST(test_request_handlers)
         if (stat(buf, &st) != 0) {
 		fprintf(stderr, "\nFile %s not found\n", cmd_buf);
 		fprintf(stderr, "This file needs to be compiled manually before "
-		                "starting the test\n", );
+                                "starting the test\n");
 		fprintf(stderr,
-		        "e.g. by gcc test/cgi_test.c -o output/cgi_test.cgi\n\n", );
-		ck_abort_msg("Mandatory file %s must be built before starting the test",
+                        "e.g. by gcc test/cgi_test.c -o output/cgi_test.cgi\n\n");
+                ck_abort_msg("Mandatory file %s must be built before starting the test",
 		             cmd_buf);
         }