Преглед на файлове

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";
 	                     "\n";
 	fwrite(cgi_script_content, strlen(cgi_script_content), 1, f);
 	fwrite(cgi_script_content, strlen(cgi_script_content), 1, f);
 	fclose(f);
 	fclose(f);
+	system("chmod a+x test.cgi");
 #endif
 #endif
 	expected_cgi_result = "CGI test";
 	expected_cgi_result = "CGI test";