From 3215d9f1cbbd892d225871ff1b089555d17842bf Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 9 May 2025 11:00:47 +0100 Subject: [PATCH] Create new test/lisp/vc/vc-tests/ for vc.el tests * test/lisp/vc/vc-tests.el: Move ... * test/lisp/vc/vc-tests/vc-tests.el: ... to here. * test/lisp/vc/vc-misc-tests.el: Move ... * test/lisp/vc/vc-tests/vc-test-misc.el: ... to here. (cherry picked from commit 295c38b03d065d00361ca07355b82bf279ebd6b1) --- test/lisp/vc/{vc-misc-tests.el => vc-tests/vc-test-misc.el} | 6 +++--- test/lisp/vc/{ => vc-tests}/vc-tests.el | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename test/lisp/vc/{vc-misc-tests.el => vc-tests/vc-test-misc.el} (94%) rename test/lisp/vc/{ => vc-tests}/vc-tests.el (100%) diff --git a/test/lisp/vc/vc-misc-tests.el b/test/lisp/vc/vc-tests/vc-test-misc.el similarity index 94% rename from test/lisp/vc/vc-misc-tests.el rename to test/lisp/vc/vc-tests/vc-test-misc.el index d19dda36d2f..22015358972 100644 --- a/test/lisp/vc/vc-misc-tests.el +++ b/test/lisp/vc/vc-tests/vc-test-misc.el @@ -1,4 +1,4 @@ -;;; vc-misc-tests.el --- backend-agnostic VC tests -*- lexical-binding:t -*- +;;; vc-test-misc.el --- backend-agnostic VC tests -*- lexical-binding:t -*- ;; Copyright (C) 2025 Free Software Foundation, Inc. @@ -63,5 +63,5 @@ (should (equal (test-it `(Git ("missing" ,temp "present"))) missing+present)))))) -(provide 'vc-misc-tests) -;;; vc-misc-tests.el ends here +(provide 'vc-test-misc) +;;; vc-test-misc.el ends here diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests/vc-tests.el similarity index 100% rename from test/lisp/vc/vc-tests.el rename to test/lisp/vc/vc-tests/vc-tests.el -- 2.39.5