summaryrefslogtreecommitdiffstats
path: root/tests/lib/strutil
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:11:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:11:49 +0000
commit1b88cd5ee8510e90e69f885bfd730ce57621781c (patch)
treeb6b33bd695258f68c68824029c279d660ee4b85e /tests/lib/strutil
parentAdding upstream version 3:4.8.30. (diff)
downloadmc-upstream.tar.xz
mc-upstream.zip
Adding upstream version 3:4.8.31.upstream/3%4.8.31upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/lib/strutil')
-rw-r--r--tests/lib/strutil/Makefile.in2
-rw-r--r--tests/lib/strutil/filevercmp.c2
-rw-r--r--tests/lib/strutil/parse_integer.c2
-rw-r--r--tests/lib/strutil/str_replace_all.c2
-rw-r--r--tests/lib/strutil/str_verscmp.c2
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: