Module Name: src Committed By: gutteridge Date: Thu May 11 00:32:48 UTC 2023
Modified Files: src/tests/bin/sh: t_cmdsub.sh Log Message: t_cmdsub.sh: fix naming of head() of cmdsub_paren_tests To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/bin/sh/t_cmdsub.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_cmdsub.sh diff -u src/tests/bin/sh/t_cmdsub.sh:1.5 src/tests/bin/sh/t_cmdsub.sh:1.6 --- src/tests/bin/sh/t_cmdsub.sh:1.5 Fri Jun 16 07:37:41 2017 +++ src/tests/bin/sh/t_cmdsub.sh Thu May 11 00:32:48 2023 @@ -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() {