summaryrefslogtreecommitdiffstats
path: root/tests/lib/search/glob_prepare_replace_str.c
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:11:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:11:51 +0000
commita6f3675fc4e21b3f899286b9a02005368d913f74 (patch)
treec9bfa92b223783ff03b8e941c3bb0d36c68d3b5e /tests/lib/search/glob_prepare_replace_str.c
parentReleasing progress-linux version 3:4.8.30-1~progress7.99u1. (diff)
downloadmc-a6f3675fc4e21b3f899286b9a02005368d913f74.tar.xz
mc-a6f3675fc4e21b3f899286b9a02005368d913f74.zip
Merging upstream version 3:4.8.31.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/lib/search/glob_prepare_replace_str.c')
-rw-r--r--tests/lib/search/glob_prepare_replace_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/search/glob_prepare_replace_str.c b/tests/lib/search/glob_prepare_replace_str.c
index 6cc5020..0732980 100644
--- a/tests/lib/search/glob_prepare_replace_str.c
+++ b/tests/lib/search/glob_prepare_replace_str.c
@@ -1,7 +1,7 @@
/*
libmc - checks for processing esc sequences in replace string
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
@@ -77,7 +77,7 @@ START_PARAMETRIZED_TEST (test_glob_prepare_replace_str, test_glob_prepare_replac
/* when */
mc_search_run (s, data->input_value, 0, strlen (data->input_value), NULL);
- dest_str = mc_search_prepare_replace_str2 (s, (char *) data->replace_str);
+ dest_str = mc_search_prepare_replace_str2 (s, data->replace_str);
/* then */
mctest_assert_str_eq (dest_str, data->expected_result);