소스 검색

Unit test: cgi scripts for linux must be executable

bel 9 년 전
부모
커밋
d224a2a9ab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      test/public_server.c

+ 1 - 0
test/public_server.c

@@ -990,6 +990,7 @@ START_TEST(test_request_handlers)
 	                     "\n";
 	fwrite(cgi_script_content, strlen(cgi_script_content), 1, f);
 	fclose(f);
+	system("chmod a+x test.cgi");
 #endif
 	expected_cgi_result = "CGI test";