https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929
--- Comment #18 from Mikhail Teterin <m...@freebsd.org> --- Created attachment 171900 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171900&action=edit Script for using GNU sed's tests to verify ours This script use GNU sed's test-suit to verify our sed. Almost all of gsed's tests succeed, obviously -- those, where we differ (and differed before) are excluded. To use: make -C /usr/ports/textproc/gsed extract sh test.sh After the script completes, valgrind's logs can be checked with: grep 'ERROR SUMMARY' *.log If you do not valgrind installed, edit the script to use the newly-built sed directly. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"