Browse Source

Unit test: Fix copy/paste error

bel2125 8 năm trước cách đây
mục cha
commit
2505e1b5ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/public_server.c

+ 1 - 1
test/public_server.c

@@ -1400,7 +1400,7 @@ START_TEST(test_request_handlers)
 
 /* Check if CGI test executable exists */
 #if defined(_WIN32)
-        sprintf(cmd_buf, %s\\cgi_test.cgi", locate_test_exes());
+        sprintf(cmd_buf, "%s\\cgi_test.cgi", locate_test_exes());
 #else
 	sprintf(cmd_buf, "%s/cgi_test.cgi", locate_test_exes());
 #endif