svn commit: r362017 - in head/usr.bin/sed: . tests
Mateusz Piotrowski
0mp at FreeBSD.org
Wed Jun 10 23:44:26 UTC 2020
On 6/10/20 11:44 PM, Yuri Pankov wrote:
> Mateusz Piotrowski wrote:
>> Author: 0mp (doc,ports committer)
>> Date: Wed Jun 10 19:23:58 2020
>> New Revision: 362017
>> URL: https://svnweb.freebsd.org/changeset/base/362017
>>
>> Log:
>> Read commands from stdin when -f - is passed to sed(1)
[...]
>> Modified: head/usr.bin/sed/tests/sed2_test.sh
[...]
>> atf_init_test_cases()
>> {
>> atf_add_test_case inplace_command_q
>> atf_add_test_case inplace_hardlink_src
>> atf_add_test_case inplace_symlink_src
>> atf_add_test_case escape_subst
>> + atf_add_test_case commands_on_stdin
>> + atf_add_test_case commands_on_stdin
>> + atf_add_test_case commands_on_stdin
>> atf_add_test_case hex_subst
>> }
>>
>
> Am I reading it wrong, or is it the same test case added 3 times?
Sigh, yes, it does not make any sense. Thanks for spotting.
Removing those 2 extra lines should do, right? Can I commit it?
More information about the svn-src-head
mailing list