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_cmdsub.sh: fix naming of head() of cmdsub_par...
details: https://anonhg.NetBSD.org/src/rev/2c6e26a401dc
branches: trunk
changeset: 374729:2c6e26a401dc
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Thu May 11 00:32:48 2023 +0000
description:
t_cmdsub.sh: fix naming of head() of cmdsub_paren_tests
diffstat:
tests/bin/sh/t_cmdsub.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e60dea6553c3 -r 2c6e26a401dc tests/bin/sh/t_cmdsub.sh
--- a/tests/bin/sh/t_cmdsub.sh Wed May 10 23:44:15 2023 +0000
+++ b/tests/bin/sh/t_cmdsub.sh Thu May 11 00:32:48 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_cmdsub.sh,v 1.5 2017/06/16 07:37:41 kre Exp $
+# $NetBSD: t_cmdsub.sh,v 1.6 2023/05/11 00:32:48 gutteridge Exp $
#
# Copyright (c) 2016 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -513,7 +513,7 @@ u_nested_backticks_in_heredoc_body() {
}
atf_test_case v_cmdsub_paren_tests
-v_cmdsub__paren_tests_head() {
+v_cmdsub_paren_tests_head() {
atf_set "descr" "tests with cmdsubs containing embedded ')'"
}
v_cmdsub_paren_tests_body() {
Home |
Main Index |
Thread Index |
Old Index