summaryrefslogtreecommitdiffstats
path: root/tests/lib/vfs
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/vfs
parentAdding upstream version 3:4.8.30. (diff)
downloadmc-1b88cd5ee8510e90e69f885bfd730ce57621781c.tar.xz
mc-1b88cd5ee8510e90e69f885bfd730ce57621781c.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 '')
-rw-r--r--tests/lib/vfs/Makefile.in2
-rw-r--r--tests/lib/vfs/canonicalize_pathname.c2
-rw-r--r--tests/lib/vfs/current_dir.c2
-rw-r--r--tests/lib/vfs/path_cmp.c2
-rw-r--r--tests/lib/vfs/path_len.c2
-rw-r--r--tests/lib/vfs/path_manipulations.c2
-rw-r--r--tests/lib/vfs/path_recode.c2
-rw-r--r--tests/lib/vfs/path_serialize.c2
-rw-r--r--tests/lib/vfs/relative_cd.c2
-rw-r--r--tests/lib/vfs/tempdir.c2
-rw-r--r--tests/lib/vfs/vfs_adjust_stat.c2
-rw-r--r--tests/lib/vfs/vfs_get_encoding.c2
-rw-r--r--tests/lib/vfs/vfs_parse_ls_lga.c2
-rw-r--r--tests/lib/vfs/vfs_path_from_str_flags.c2
-rw-r--r--tests/lib/vfs/vfs_path_string_convert.c2
-rw-r--r--tests/lib/vfs/vfs_prefix_to_class.c2
-rw-r--r--tests/lib/vfs/vfs_s_get_path.c2
-rw-r--r--tests/lib/vfs/vfs_setup_cwd.c2
-rw-r--r--tests/lib/vfs/vfs_split.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/tests/lib/vfs/Makefile.in b/tests/lib/vfs/Makefile.in
index e88f2af..1c9b4ef 100644
--- a/tests/lib/vfs/Makefile.in
+++ b/tests/lib/vfs/Makefile.in
@@ -148,7 +148,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/vfs/canonicalize_pathname.c b/tests/lib/vfs/canonicalize_pathname.c
index 8d890c4..16712fd 100644
--- a/tests/lib/vfs/canonicalize_pathname.c
+++ b/tests/lib/vfs/canonicalize_pathname.c
@@ -1,7 +1,7 @@
/*
lib - canonicalize path
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/current_dir.c b/tests/lib/vfs/current_dir.c
index 3814886..80784bf 100644
--- a/tests/lib/vfs/current_dir.c
+++ b/tests/lib/vfs/current_dir.c
@@ -1,7 +1,7 @@
/*
lib/vfs - manipulate with current directory
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/path_cmp.c b/tests/lib/vfs/path_cmp.c
index 9df1e0e..b2db3d2 100644
--- a/tests/lib/vfs/path_cmp.c
+++ b/tests/lib/vfs/path_cmp.c
@@ -1,6 +1,6 @@
/* lib/vfs - vfs_path_t compare functions
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/path_len.c b/tests/lib/vfs/path_len.c
index cb6a782..6bab6f5 100644
--- a/tests/lib/vfs/path_len.c
+++ b/tests/lib/vfs/path_len.c
@@ -1,6 +1,6 @@
/* lib/vfs - tests for vfspath_len() function.
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/path_manipulations.c b/tests/lib/vfs/path_manipulations.c
index 9857e82..f379d91 100644
--- a/tests/lib/vfs/path_manipulations.c
+++ b/tests/lib/vfs/path_manipulations.c
@@ -1,6 +1,6 @@
/* lib/vfs - test vfs_path_t manipulation functions
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/path_recode.c b/tests/lib/vfs/path_recode.c
index da31f1c..a6f6abe 100644
--- a/tests/lib/vfs/path_recode.c
+++ b/tests/lib/vfs/path_recode.c
@@ -1,7 +1,7 @@
/*
lib/vfs - vfs_path_t charset recode functions
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/path_serialize.c b/tests/lib/vfs/path_serialize.c
index a56db8d..442a3b2 100644
--- a/tests/lib/vfs/path_serialize.c
+++ b/tests/lib/vfs/path_serialize.c
@@ -1,7 +1,7 @@
/*
lib/vfs - vfs_path_t serialize/deserialize functions
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/relative_cd.c b/tests/lib/vfs/relative_cd.c
index 8eaa1ff..29f4221 100644
--- a/tests/lib/vfs/relative_cd.c
+++ b/tests/lib/vfs/relative_cd.c
@@ -1,6 +1,6 @@
/* lib/vfs - test vfs_path_t manipulation functions
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/tempdir.c b/tests/lib/vfs/tempdir.c
index 7795e9b..2a499d1 100644
--- a/tests/lib/vfs/tempdir.c
+++ b/tests/lib/vfs/tempdir.c
@@ -1,7 +1,7 @@
/*
lib/vfs - manipulations with temp files and dirs
- Copyright (C) 2012-2023
+ Copyright (C) 2012-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_adjust_stat.c b/tests/lib/vfs/vfs_adjust_stat.c
index 9fb56ee..19b5e09 100644
--- a/tests/lib/vfs/vfs_adjust_stat.c
+++ b/tests/lib/vfs/vfs_adjust_stat.c
@@ -1,7 +1,7 @@
/*
lib/vfs - test vfs_adjust_stat() functionality
- Copyright (C) 2017-2023
+ Copyright (C) 2017-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_get_encoding.c b/tests/lib/vfs/vfs_get_encoding.c
index a7503ca..d599cdf 100644
--- a/tests/lib/vfs/vfs_get_encoding.c
+++ b/tests/lib/vfs/vfs_get_encoding.c
@@ -1,7 +1,7 @@
/*
lib/vfs - test vfs_get_encoding() functionality
- Copyright (C) 2013-2023
+ Copyright (C) 2013-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_parse_ls_lga.c b/tests/lib/vfs/vfs_parse_ls_lga.c
index 3d51f82..316de8f 100644
--- a/tests/lib/vfs/vfs_parse_ls_lga.c
+++ b/tests/lib/vfs/vfs_parse_ls_lga.c
@@ -1,7 +1,7 @@
/*
lib/vfs - test vfs_parse_ls_lga() functionality
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_path_from_str_flags.c b/tests/lib/vfs/vfs_path_from_str_flags.c
index 1f1c29d..9a68f43 100644
--- a/tests/lib/vfs/vfs_path_from_str_flags.c
+++ b/tests/lib/vfs/vfs_path_from_str_flags.c
@@ -1,6 +1,6 @@
/* lib/vfs - test vfs_path_from_str_flags() function
- Copyright (C) 2013-2023
+ Copyright (C) 2013-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_path_string_convert.c b/tests/lib/vfs/vfs_path_string_convert.c
index 4a79249..b062a83 100644
--- a/tests/lib/vfs/vfs_path_string_convert.c
+++ b/tests/lib/vfs/vfs_path_string_convert.c
@@ -1,7 +1,7 @@
/*
lib/vfs - get vfs_path_t from string
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_prefix_to_class.c b/tests/lib/vfs/vfs_prefix_to_class.c
index 414d52d..482c6db 100644
--- a/tests/lib/vfs/vfs_prefix_to_class.c
+++ b/tests/lib/vfs/vfs_prefix_to_class.c
@@ -1,7 +1,7 @@
/*
lib/vfs - test vfs_prefix_to_class() functionality
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_s_get_path.c b/tests/lib/vfs/vfs_s_get_path.c
index 382b6ef..51812e6 100644
--- a/tests/lib/vfs/vfs_s_get_path.c
+++ b/tests/lib/vfs/vfs_s_get_path.c
@@ -1,7 +1,7 @@
/*
lib/vfs - test vfs_s_get_path() function
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_setup_cwd.c b/tests/lib/vfs/vfs_setup_cwd.c
index 9acfb92..2722d81 100644
--- a/tests/lib/vfs/vfs_setup_cwd.c
+++ b/tests/lib/vfs/vfs_setup_cwd.c
@@ -1,7 +1,7 @@
/*
lib/vfs - test vfs_setup_cwd() functionality
- Copyright (C) 2013-2023
+ Copyright (C) 2013-2024
Free Software Foundation, Inc.
Written by:
diff --git a/tests/lib/vfs/vfs_split.c b/tests/lib/vfs/vfs_split.c
index cafa855..a7fe7a4 100644
--- a/tests/lib/vfs/vfs_split.c
+++ b/tests/lib/vfs/vfs_split.c
@@ -1,7 +1,7 @@
/*
lib/vfs - test vfs_split() functionality
- Copyright (C) 2011-2023
+ Copyright (C) 2011-2024
Free Software Foundation, Inc.
Written by: