Module Name: src
Committed By: gutteridge
Date: Thu May 11 01:50:40 UTC 2023
Modified Files:
src/tests/bin/sh: t_patterns.sh
Log Message:
t_patterns.sh: fix naming of head() of filename_expansion
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/bin/sh/t_patterns.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/bin/sh/t_patterns.sh
diff -u src/tests/bin/sh/t_patterns.sh:1.5 src/tests/bin/sh/t_patterns.sh:1.6
--- src/tests/bin/sh/t_patterns.sh:1.5 Wed Jul 10 05:57:43 2019
+++ src/tests/bin/sh/t_patterns.sh Thu May 11 01:50:40 2023
@@ -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() {