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?

_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to