diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:11:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:11:51 +0000 |
commit | a6f3675fc4e21b3f899286b9a02005368d913f74 (patch) | |
tree | c9bfa92b223783ff03b8e941c3bb0d36c68d3b5e /tests/lib/strutil | |
parent | Releasing progress-linux version 3:4.8.30-1~progress7.99u1. (diff) | |
download | mc-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/strutil')
-rw-r--r-- | tests/lib/strutil/Makefile.in | 2 | ||||
-rw-r--r-- | tests/lib/strutil/filevercmp.c | 2 | ||||
-rw-r--r-- | tests/lib/strutil/parse_integer.c | 2 | ||||
-rw-r--r-- | tests/lib/strutil/str_replace_all.c | 2 | ||||
-rw-r--r-- | tests/lib/strutil/str_verscmp.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/lib/strutil/Makefile.in b/tests/lib/strutil/Makefile.in index c3f2299..bb7b5f7 100644 --- a/tests/lib/strutil/Makefile.in +++ b/tests/lib/strutil/Makefile.in @@ -137,7 +137,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4.include/vfs/mc-vfs-sfs.m4 \ $(top_srcdir)/m4.include/vfs/mc-vfs-ftp.m4 \ $(top_srcdir)/m4.include/vfs/mc-vfs-sftp.m4 \ - $(top_srcdir)/m4.include/vfs/mc-vfs-fish.m4 \ + $(top_srcdir)/m4.include/vfs/mc-vfs-shell.m4 \ $(top_srcdir)/m4.include/vfs/mc-vfs-undelfs.m4 \ $(top_srcdir)/m4.include/vfs/mc-vfs-tarfs.m4 \ $(top_srcdir)/m4.include/vfs/mc-vfs-cpiofs.m4 \ diff --git a/tests/lib/strutil/filevercmp.c b/tests/lib/strutil/filevercmp.c index ba7f775..2933963 100644 --- a/tests/lib/strutil/filevercmp.c +++ b/tests/lib/strutil/filevercmp.c @@ -1,7 +1,7 @@ /* lib/strutil - tests for lib/strutil/fileverscmp function. - Copyright (C) 2019-2023 + Copyright (C) 2019-2024 Free Software Foundation, Inc. Written by: diff --git a/tests/lib/strutil/parse_integer.c b/tests/lib/strutil/parse_integer.c index 4e25fa4..45520d1 100644 --- a/tests/lib/strutil/parse_integer.c +++ b/tests/lib/strutil/parse_integer.c @@ -1,7 +1,7 @@ /* lib/strutil - tests for lib/strutil/parse_integer function. - Copyright (C) 2013-2023 + Copyright (C) 2013-2024 Free Software Foundation, Inc. Written by: diff --git a/tests/lib/strutil/str_replace_all.c b/tests/lib/strutil/str_replace_all.c index 1a1cb89..836b68d 100644 --- a/tests/lib/strutil/str_replace_all.c +++ b/tests/lib/strutil/str_replace_all.c @@ -1,7 +1,7 @@ /* lib/strutil - tests for lib/strutil/replace.c:str_replace_all() function. - Copyright (C) 2013-2023 + Copyright (C) 2013-2024 Free Software Foundation, Inc. Written by: diff --git a/tests/lib/strutil/str_verscmp.c b/tests/lib/strutil/str_verscmp.c index df11975..1ae5549 100644 --- a/tests/lib/strutil/str_verscmp.c +++ b/tests/lib/strutil/str_verscmp.c @@ -2,7 +2,7 @@ lib/strutil - tests for lib/strutil/str_verscmp function. Testcases are taken from Gnulib. - Copyright (C) 2019-2023 + Copyright (C) 2019-2024 Free Software Foundation, Inc. Written by: |