mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Fix typos in description for exp{err,out}_mismatch_head.
Upstreamed: http://code.google.com/p/kyua/issues/detail?id=44 Submitted by: Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
parent
a4fb74f1ac
commit
112988e702
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243051
@ -54,7 +54,7 @@ atf_test_case expout_mismatch
|
||||
expout_mismatch_head()
|
||||
{
|
||||
atf_set "descr" "Verifies that atf_check prints a diff of the" \
|
||||
"stdout and the expected stdout if the two do no" \
|
||||
"stdout and the expected stdout of the two do not" \
|
||||
"match"
|
||||
}
|
||||
expout_mismatch_body()
|
||||
@ -79,7 +79,7 @@ atf_test_case experr_mismatch
|
||||
experr_mismatch_head()
|
||||
{
|
||||
atf_set "descr" "Verifies that atf_check prints a diff of the" \
|
||||
"stderr and the expected stderr if the two do no" \
|
||||
"stderr and the expected stderr of the two do not" \
|
||||
"match"
|
||||
}
|
||||
experr_mismatch_body()
|
||||
|
Loading…
Reference in New Issue
Block a user