Module Name:    src
Committed By:   gutteridge
Date:           Tue May  2 00:11:27 UTC 2023

Modified Files:
        src/tests/bin/expr: t_expr.sh

Log Message:
t_expr.sh: fix naming of head() of lang test case


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/bin/expr/t_expr.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/expr/t_expr.sh
diff -u src/tests/bin/expr/t_expr.sh:1.6 src/tests/bin/expr/t_expr.sh:1.7
--- src/tests/bin/expr/t_expr.sh:1.6	Wed Jun 27 17:39:30 2018
+++ src/tests/bin/expr/t_expr.sh	Tue May  2 00:11:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: t_expr.sh,v 1.6 2018/06/27 17:39:30 kamil Exp $
+# $NetBSD: t_expr.sh,v 1.7 2023/05/02 00:11:27 gutteridge Exp $
 #
 # Copyright (c) 2007 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,7 +37,7 @@ test_expr() {
 }
 
 atf_test_case lang
-lang_ops_head() {
+lang_head() {
 	atf_set "descr" "Test that expr(1) works with non-C LANG (PR bin/2486)"
 }
 lang_body() {

Reply via email to