NetBSD-Bugs archive

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

misc/57318: Minor typos in an automated test case - atf/tools/atf-run_test



>Number:         57318
>Category:       misc
>Synopsis:       Minor typos in an automated test case - atf/tools/atf-run_test
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 03 14:10:00 +0000 2023
>Originator:     Jim Spath
>Release:        10.0_BETA
>Organization:
>Environment:
NetBSD netbsd 10.0_BETA NetBSD 10.0_BETA (GENERIC64) #0: Fri Jan 13 19:15:32 UTC 2023  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC64 evbarm

>Description:
The test output shows messages such as "Checking that defining 'testvar' trough '-v' works." The word _trough_ should be _through_.

$ grep -n trough   atf/tools/atf-run_test
223:    echo "Checking that defining 'testvar' trough '-v' works."
227:    echo "Checking that defining 'testvar' trough the configuration" \
238:    echo "Checking that defining 'testvar' trough -v overrides the" \
258:    echo "Checking that defining 'testvar' trough the Atffile works."
263:    echo "Checking that defining 'testvar' trough the configuration" \
275:    echo "Checking that defining 'testvar' trough -v overrides the" \

>How-To-Repeat:
Output from supplied test suite shows the spelling mistake.
>Fix:
Update the code.



Home | Main Index | Thread Index | Old Index