This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-06 09:55:24 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
376d460cff
opnsense-src
/
tools
/
regression
/
usr.bin
/
sed
/
Makefile
5 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152, and for proper behaviour of some sed functions given a nil pattern space, as fixed in PR 34813. The test for G was based on the test in the PR. The nil pattern space test is slightly different as we need to get *some* output, as the core dump will also produce no output (old behaviour) and turn up falsely that the utility is working fine.
2002-04-20 21:04:03 -04:00
# $FreeBSD$
all
:
Convert straightforward regression tests to use regress.m4. Goodbye, duplicated code, you will certainly not be missed.
2002-06-24 09:52:28 -04:00
@m4
${
.CURDIR
}
/../regress.m4
${
.CURDIR
}
/regress.sh
|
sh /dev/stdin
${
.CURDIR
}
Reference in a new issue
Copy permalink