Fixes in tests
commit517cc5cfe45b9be84da181e8ac50a6a65444252b
authorSlava Zanko <slavazanko@gmail.com>
Tue, 7 Apr 2015 08:52:58 +0000 (7 11:52 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 3 May 2015 16:43:49 +0000 (3 19:43 +0300)
tree797c29aaf81114f2cc24cc4b5d41558eb8471f8a
parent495b4d662f23ab87c83d4f49386487a43251370c
Fixes in tests

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
56 files changed:
tests/lib/Makefile.am
tests/lib/library_independ.c
tests/lib/mc_build_filename.c
tests/lib/mcconfig/Makefile.am
tests/lib/mcconfig/config_string.c
tests/lib/mcconfig/user_configs_path.c
tests/lib/name_quote.c
tests/lib/search/Makefile.am
tests/lib/search/glob_prepare_replace_str.c
tests/lib/search/glob_translate_to_regex.c
tests/lib/search/regex_get_compile_flags.c
tests/lib/search/regex_process_escape_sequence.c
tests/lib/search/regex_replace_esc_seq.c
tests/lib/search/translate_replace_glob_to_regex.c
tests/lib/serialize.c
tests/lib/strutil/Makefile.am
tests/lib/strutil/parse_integer.c
tests/lib/strutil/replace__str_replace_all.c
tests/lib/utilunix__my_system-fork_child.c
tests/lib/utilunix__my_system-fork_child_shell.c
tests/lib/utilunix__my_system-fork_fail.c
tests/lib/vfs/Makefile.am
tests/lib/vfs/canonicalize_pathname.c
tests/lib/vfs/current_dir.c
tests/lib/vfs/path_cmp.c
tests/lib/vfs/path_len.c
tests/lib/vfs/path_manipulations.c
tests/lib/vfs/path_recode.c
tests/lib/vfs/path_serialize.c
tests/lib/vfs/relative_cd.c
tests/lib/vfs/tempdir.c
tests/lib/vfs/vfs_get_encoding.c
tests/lib/vfs/vfs_parse_ls_lga.c
tests/lib/vfs/vfs_path_from_str_flags.c
tests/lib/vfs/vfs_path_string_convert.c
tests/lib/vfs/vfs_prefix_to_class.c
tests/lib/vfs/vfs_s_get_path.c
tests/lib/vfs/vfs_setup_cwd.c
tests/lib/vfs/vfs_split.c
tests/lib/widget/Makefile.am
tests/lib/widget/complete_engine.c
tests/lib/x_basename.c
tests/mctest.h
tests/src/Makefile.am
tests/src/editor/Makefile.am
tests/src/editor/editcmd__edit_complete_word_cmd.c
tests/src/execute__common.c
tests/src/execute__execute_external_editor_or_viewer.c
tests/src/execute__execute_get_external_cmd_opts_from_config.c
tests/src/execute__execute_with_vfs_arg.c
tests/src/filemanager/Makefile.am
tests/src/filemanager/cmd__get_random_hint.c
tests/src/filemanager/do_cd_command.c
tests/src/filemanager/examine_cd.c
tests/src/filemanager/exec_get_export_variables_ext.c
tests/src/filemanager/filegui_is_wildcarded.c