Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/grep tests/grep: fix typo in test description



details:   https://anonhg.NetBSD.org/src/rev/d3ae514e7941
branches:  trunk
changeset: 985592:d3ae514e7941
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Aug 30 23:14:14 2021 +0000

description:
tests/grep: fix typo in test description

diffstat:

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

diffs (18 lines):

diff -r 17a764d664cf -r d3ae514e7941 tests/usr.bin/grep/t_grep.sh
--- a/tests/usr.bin/grep/t_grep.sh      Mon Aug 30 23:10:58 2021 +0000
+++ b/tests/usr.bin/grep/t_grep.sh      Mon Aug 30 23:14:14 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_grep.sh,v 1.5 2021/08/30 23:10:58 rillig Exp $
+# $NetBSD: t_grep.sh,v 1.6 2021/08/30 23:14:14 rillig Exp $
 #
 # Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -112,7 +112,7 @@
 atf_test_case word_in_line
 word_in_line_head()
 {
-       atf_set "descr" "Checks word search at the beginning of a line"
+       atf_set "descr" "Checks word search in different locations of a line"
 }
 word_in_line_body()
 {



Home | Main Index | Thread Index | Old Index