瀏覽代碼

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";