Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/bin/sh t_patterns.sh: fix naming of head() of filename...



details:   https://anonhg.NetBSD.org/src/rev/21bb2168a960
branches:  trunk
changeset: 374732:21bb2168a960
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Thu May 11 01:50:40 2023 +0000

description:
t_patterns.sh: fix naming of head() of filename_expansion

diffstat:

 tests/bin/sh/t_patterns.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e75092581551 -r 21bb2168a960 tests/bin/sh/t_patterns.sh
--- a/tests/bin/sh/t_patterns.sh        Thu May 11 01:45:38 2023 +0000
+++ b/tests/bin/sh/t_patterns.sh        Thu May 11 01:50:40 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_patterns.sh,v 1.5 2019/07/10 05:57:43 martin Exp $
+# $NetBSD: t_patterns.sh,v 1.6 2023/05/11 01:50:40 gutteridge Exp $
 #
 # Copyright (c) 2018 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -173,7 +173,7 @@ results()
 ####### End helpers
 
 atf_test_case filename_expansion
-filename_expansion() {
+filename_expansion_head() {
        atf_set descr "Test correct operation of filename expansion"
 }
 filename_expansion_body() {



Home | Main Index | Thread Index | Old Index