Module Name: src
Committed By: rillig
Date: Mon Aug 30 23:14:14 UTC 2021
Modified Files:
src/tests/usr.bin/grep: t_grep.sh
Log Message:
tests/grep: fix typo in test description
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/grep/t_grep.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/usr.bin/grep/t_grep.sh
diff -u src/tests/usr.bin/grep/t_grep.sh:1.5 src/tests/usr.bin/grep/t_grep.sh:1.6
--- src/tests/usr.bin/grep/t_grep.sh:1.5 Mon Aug 30 23:10:58 2021
+++ src/tests/usr.bin/grep/t_grep.sh Mon Aug 30 23:14:14 2021
@@ -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 @@ word_locale_body()
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()
{