瀏覽代碼

Unit test: Fix copy/paste error

bel2125 8 年之前
父節點
當前提交
ec7852a628
共有 1 個文件被更改,包括 3 次插入3 次删除
  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) {
         if (stat(buf, &st) != 0) {
 		fprintf(stderr, "\nFile %s not found\n", cmd_buf);
 		fprintf(stderr, "\nFile %s not found\n", cmd_buf);
 		fprintf(stderr, "This file needs to be compiled manually before "
 		fprintf(stderr, "This file needs to be compiled manually before "
-		                "starting the test\n", );
+                                "starting the test\n");
 		fprintf(stderr,
 		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);
 		             cmd_buf);
         }
         }