X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Ftest.c;fp=src%2Ftest.c;h=bc24feaa000944acc772e4ea39530c5ee148e75c;hp=9f54a3e4a73fb37f33d1f5d9188e7ff4fcbd3393;hb=c1cb70ecd0150c723fd460b41f6e068e5f1d3a19;hpb=9d9f134fdf4c2d45d112e26f9b8a3e3d07af9003 diff --git a/src/test.c b/src/test.c index 9f54a3e4..bc24feaa 100644 --- a/src/test.c +++ b/src/test.c @@ -38,6 +38,8 @@ so, delete this exception statement from your version. */ const char *test_parse_content_disposition(); const char *test_subdir_p(); const char *test_dir_matches_p(); +const char *test_cmd_spec_restrict_file_names(); +const char *test_append_uri_pathel(); int tests_run; @@ -47,6 +49,8 @@ all_tests() mu_run_test (test_parse_content_disposition); mu_run_test (test_subdir_p); mu_run_test (test_dir_matches_p); + mu_run_test (test_cmd_spec_restrict_file_names); + mu_run_test (test_append_uri_pathel); return NULL; }