aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell
diff options
context:
space:
mode:
authorStefan Kangas2025-01-02 18:32:51 +0100
committerStefan Kangas2025-01-02 18:39:42 +0100
commit7fa975adbce3f2ce4ba40ea52110b992a52262b6 (patch)
tree98080d2e47eb14293bd131fe22e04f050759ff6f /test/lisp/eshell
parentafe776051ec84c4bb37fc20b8dcfff3b1c81018e (diff)
downloademacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.tar.gz
emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.zip
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'test/lisp/eshell')
-rw-r--r--test/lisp/eshell/em-alias-tests.el2
-rw-r--r--test/lisp/eshell/em-basic-tests.el2
-rw-r--r--test/lisp/eshell/em-cmpl-tests.el2
-rw-r--r--test/lisp/eshell/em-dirs-tests.el2
-rw-r--r--test/lisp/eshell/em-extpipe-tests.el2
-rw-r--r--test/lisp/eshell/em-glob-tests.el2
-rw-r--r--test/lisp/eshell/em-hist-tests.el2
-rw-r--r--test/lisp/eshell/em-ls-tests.el2
-rw-r--r--test/lisp/eshell/em-pred-tests.el2
-rw-r--r--test/lisp/eshell/em-prompt-tests.el2
-rw-r--r--test/lisp/eshell/em-script-tests.el2
-rw-r--r--test/lisp/eshell/em-tramp-tests.el2
-rw-r--r--test/lisp/eshell/em-unix-tests.el2
-rw-r--r--test/lisp/eshell/esh-arg-tests.el2
-rw-r--r--test/lisp/eshell/esh-cmd-tests.el2
-rw-r--r--test/lisp/eshell/esh-ext-tests.el2
-rw-r--r--test/lisp/eshell/esh-io-tests.el2
-rw-r--r--test/lisp/eshell/esh-mode-tests.el2
-rw-r--r--test/lisp/eshell/esh-opt-tests.el2
-rw-r--r--test/lisp/eshell/esh-proc-tests.el2
-rw-r--r--test/lisp/eshell/esh-util-tests.el2
-rw-r--r--test/lisp/eshell/esh-var-tests.el2
-rw-r--r--test/lisp/eshell/eshell-tests-helpers.el2
-rw-r--r--test/lisp/eshell/eshell-tests-unload.el2
-rw-r--r--test/lisp/eshell/eshell-tests.el2
25 files changed, 25 insertions, 25 deletions
diff --git a/test/lisp/eshell/em-alias-tests.el b/test/lisp/eshell/em-alias-tests.el
index b70ca185730..2386e04bbd3 100644
--- a/test/lisp/eshell/em-alias-tests.el
+++ b/test/lisp/eshell/em-alias-tests.el
@@ -1,6 +1,6 @@
1;;; em-alias-tests.el --- em-alias test suite -*- lexical-binding:t -*- 1;;; em-alias-tests.el --- em-alias test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-basic-tests.el b/test/lisp/eshell/em-basic-tests.el
index ebb91cdeea0..ee2a624cf6f 100644
--- a/test/lisp/eshell/em-basic-tests.el
+++ b/test/lisp/eshell/em-basic-tests.el
@@ -1,6 +1,6 @@
1;;; em-basic-tests.el --- em-basic test suite -*- lexical-binding:t -*- 1;;; em-basic-tests.el --- em-basic test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-cmpl-tests.el b/test/lisp/eshell/em-cmpl-tests.el
index f778816c4e1..fcfcd76c862 100644
--- a/test/lisp/eshell/em-cmpl-tests.el
+++ b/test/lisp/eshell/em-cmpl-tests.el
@@ -1,6 +1,6 @@
1;;; em-cmpl-tests.el --- em-cmpl test suite -*- lexical-binding:t -*- 1;;; em-cmpl-tests.el --- em-cmpl test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2023-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-dirs-tests.el b/test/lisp/eshell/em-dirs-tests.el
index 9789e519f4c..ae3c19aa022 100644
--- a/test/lisp/eshell/em-dirs-tests.el
+++ b/test/lisp/eshell/em-dirs-tests.el
@@ -1,6 +1,6 @@
1;;; em-dirs-tests.el --- em-dirs test suite -*- lexical-binding:t -*- 1;;; em-dirs-tests.el --- em-dirs test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-extpipe-tests.el b/test/lisp/eshell/em-extpipe-tests.el
index c5f1301cd3b..b95e4803a1d 100644
--- a/test/lisp/eshell/em-extpipe-tests.el
+++ b/test/lisp/eshell/em-extpipe-tests.el
@@ -1,6 +1,6 @@
1;;; em-extpipe-tests.el --- em-extpipe test suite -*- lexical-binding:t -*- 1;;; em-extpipe-tests.el --- em-extpipe test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; Author: Sean Whitton <spwhitton@spwhitton.name> 5;; Author: Sean Whitton <spwhitton@spwhitton.name>
6 6
diff --git a/test/lisp/eshell/em-glob-tests.el b/test/lisp/eshell/em-glob-tests.el
index 4169ab7f339..aadeda7ee2c 100644
--- a/test/lisp/eshell/em-glob-tests.el
+++ b/test/lisp/eshell/em-glob-tests.el
@@ -1,6 +1,6 @@
1;;; em-glob-tests.el --- em-glob test suite -*- lexical-binding:t -*- 1;;; em-glob-tests.el --- em-glob test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-hist-tests.el b/test/lisp/eshell/em-hist-tests.el
index 40e6f90478d..f0bb4dd16c3 100644
--- a/test/lisp/eshell/em-hist-tests.el
+++ b/test/lisp/eshell/em-hist-tests.el
@@ -1,6 +1,6 @@
1;;; em-hist-tests.el --- em-hist test suite -*- lexical-binding:t -*- 1;;; em-hist-tests.el --- em-hist test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2017-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-ls-tests.el b/test/lisp/eshell/em-ls-tests.el
index 347716a577f..bb1a1fe567e 100644
--- a/test/lisp/eshell/em-ls-tests.el
+++ b/test/lisp/eshell/em-ls-tests.el
@@ -1,6 +1,6 @@
1;;; em-ls-tests.el --- em-ls test suite -*- lexical-binding:t -*- 1;;; em-ls-tests.el --- em-ls test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2017-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
4 4
5;; Author: Tino Calancha <tino.calancha@gmail.com> 5;; Author: Tino Calancha <tino.calancha@gmail.com>
6 6
diff --git a/test/lisp/eshell/em-pred-tests.el b/test/lisp/eshell/em-pred-tests.el
index 3bffc918b66..44ad044705c 100644
--- a/test/lisp/eshell/em-pred-tests.el
+++ b/test/lisp/eshell/em-pred-tests.el
@@ -1,6 +1,6 @@
1;;; em-pred-tests.el --- em-pred test suite -*- lexical-binding:t -*- 1;;; em-pred-tests.el --- em-pred test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-prompt-tests.el b/test/lisp/eshell/em-prompt-tests.el
index fbadade061f..eb0c4422e40 100644
--- a/test/lisp/eshell/em-prompt-tests.el
+++ b/test/lisp/eshell/em-prompt-tests.el
@@ -1,6 +1,6 @@
1;;; em-prompt-tests.el --- em-prompt test suite -*- lexical-binding:t -*- 1;;; em-prompt-tests.el --- em-prompt test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2023-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-script-tests.el b/test/lisp/eshell/em-script-tests.el
index 5e5eb80f215..3259022957b 100644
--- a/test/lisp/eshell/em-script-tests.el
+++ b/test/lisp/eshell/em-script-tests.el
@@ -1,6 +1,6 @@
1;;; em-script-tests.el --- em-script test suite -*- lexical-binding:t -*- 1;;; em-script-tests.el --- em-script test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-tramp-tests.el b/test/lisp/eshell/em-tramp-tests.el
index 3be5d3542ca..e1c2617eacd 100644
--- a/test/lisp/eshell/em-tramp-tests.el
+++ b/test/lisp/eshell/em-tramp-tests.el
@@ -1,6 +1,6 @@
1;;; em-tramp-tests.el --- em-tramp test suite -*- lexical-binding:t -*- 1;;; em-tramp-tests.el --- em-tramp test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/em-unix-tests.el b/test/lisp/eshell/em-unix-tests.el
index 490de17a76e..59cd0034507 100644
--- a/test/lisp/eshell/em-unix-tests.el
+++ b/test/lisp/eshell/em-unix-tests.el
@@ -1,6 +1,6 @@
1;;; em-unix-tests.el --- em-unix test suite -*- lexical-binding:t -*- 1;;; em-unix-tests.el --- em-unix test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2023-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-arg-tests.el b/test/lisp/eshell/esh-arg-tests.el
index b748c5ab4c0..01f53e35231 100644
--- a/test/lisp/eshell/esh-arg-tests.el
+++ b/test/lisp/eshell/esh-arg-tests.el
@@ -1,6 +1,6 @@
1;;; esh-arg-tests.el --- esh-arg test suite -*- lexical-binding:t -*- 1;;; esh-arg-tests.el --- esh-arg test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-cmd-tests.el b/test/lisp/eshell/esh-cmd-tests.el
index d8124a19af6..90ce5143a7d 100644
--- a/test/lisp/eshell/esh-cmd-tests.el
+++ b/test/lisp/eshell/esh-cmd-tests.el
@@ -1,6 +1,6 @@
1;;; esh-cmd-tests.el --- esh-cmd test suite -*- lexical-binding:t -*- 1;;; esh-cmd-tests.el --- esh-cmd test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-ext-tests.el b/test/lisp/eshell/esh-ext-tests.el
index ce958d788cc..696e679ccec 100644
--- a/test/lisp/eshell/esh-ext-tests.el
+++ b/test/lisp/eshell/esh-ext-tests.el
@@ -1,6 +1,6 @@
1;;; esh-ext-tests.el --- esh-ext test suite -*- lexical-binding:t -*- 1;;; esh-ext-tests.el --- esh-ext test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-io-tests.el b/test/lisp/eshell/esh-io-tests.el
index 6add14c05fa..0b25ad812fa 100644
--- a/test/lisp/eshell/esh-io-tests.el
+++ b/test/lisp/eshell/esh-io-tests.el
@@ -1,6 +1,6 @@
1;;; esh-io-tests.el --- esh-io test suite -*- lexical-binding:t -*- 1;;; esh-io-tests.el --- esh-io test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-mode-tests.el b/test/lisp/eshell/esh-mode-tests.el
index 306e11ce445..2d5e2e01882 100644
--- a/test/lisp/eshell/esh-mode-tests.el
+++ b/test/lisp/eshell/esh-mode-tests.el
@@ -1,6 +1,6 @@
1;;; esh-mode-tests.el --- esh-mode test suite -*- lexical-binding:t -*- 1;;; esh-mode-tests.el --- esh-mode test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-opt-tests.el b/test/lisp/eshell/esh-opt-tests.el
index 4e5373e53cd..6098ad7725f 100644
--- a/test/lisp/eshell/esh-opt-tests.el
+++ b/test/lisp/eshell/esh-opt-tests.el
@@ -1,6 +1,6 @@
1;;; esh-opt-tests.el --- esh-opt test suite -*- lexical-binding:t -*- 1;;; esh-opt-tests.el --- esh-opt test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2018-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el
index 85b02845ab3..06a3433cb45 100644
--- a/test/lisp/eshell/esh-proc-tests.el
+++ b/test/lisp/eshell/esh-proc-tests.el
@@ -1,6 +1,6 @@
1;;; esh-proc-tests.el --- esh-proc test suite -*- lexical-binding:t -*- 1;;; esh-proc-tests.el --- esh-proc test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-util-tests.el b/test/lisp/eshell/esh-util-tests.el
index 031de558d1f..9ecb3e90fee 100644
--- a/test/lisp/eshell/esh-util-tests.el
+++ b/test/lisp/eshell/esh-util-tests.el
@@ -1,6 +1,6 @@
1;;; esh-util-tests.el --- esh-util test suite -*- lexical-binding:t -*- 1;;; esh-util-tests.el --- esh-util test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/esh-var-tests.el b/test/lisp/eshell/esh-var-tests.el
index 7b29e4a21db..e86bb5fa073 100644
--- a/test/lisp/eshell/esh-var-tests.el
+++ b/test/lisp/eshell/esh-var-tests.el
@@ -1,6 +1,6 @@
1;;; esh-var-tests.el --- esh-var test suite -*- lexical-binding:t -*- 1;;; esh-var-tests.el --- esh-var test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2022-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2022-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/eshell-tests-helpers.el b/test/lisp/eshell/eshell-tests-helpers.el
index def04be0577..870e199f686 100644
--- a/test/lisp/eshell/eshell-tests-helpers.el
+++ b/test/lisp/eshell/eshell-tests-helpers.el
@@ -1,6 +1,6 @@
1;;; eshell-tests-helpers.el --- Eshell test suite helpers -*- lexical-binding:t -*- 1;;; eshell-tests-helpers.el --- Eshell test suite helpers -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1999-2024 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2025 Free Software Foundation, Inc.
4 4
5;; Author: John Wiegley <johnw@gnu.org> 5;; Author: John Wiegley <johnw@gnu.org>
6 6
diff --git a/test/lisp/eshell/eshell-tests-unload.el b/test/lisp/eshell/eshell-tests-unload.el
index 479090e8f8c..958eb0ee4ba 100644
--- a/test/lisp/eshell/eshell-tests-unload.el
+++ b/test/lisp/eshell/eshell-tests-unload.el
@@ -1,6 +1,6 @@
1;;; eshell-tests-unload.el --- test unloading Eshell -*- lexical-binding:t -*- 1;;; eshell-tests-unload.el --- test unloading Eshell -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2023-2024 Free Software Foundation, Inc. 3;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el
index e58b5a14ed9..821ab3a3ca9 100644
--- a/test/lisp/eshell/eshell-tests.el
+++ b/test/lisp/eshell/eshell-tests.el
@@ -1,6 +1,6 @@
1;;; eshell-tests.el --- Eshell test suite -*- lexical-binding:t -*- 1;;; eshell-tests.el --- Eshell test suite -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1999-2024 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2025 Free Software Foundation, Inc.
4 4
5;; Author: John Wiegley <johnw@gnu.org> 5;; Author: John Wiegley <johnw@gnu.org>
6 6