mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hack around output differences between FreeBSD and other BSDs
with cat(1) cat -be on FreeBSD doesn't align the $ with the start of the line like NetBSD, et al's cat -be does PR: 210607 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
09797f9dce
commit
fbc71595f0
1 changed files with 6 additions and 0 deletions
|
|
@ -11,4 +11,10 @@ ${PACKAGE}FILES+= d_se_output.out
|
|||
|
||||
.include <netbsd-tests.test.mk>
|
||||
|
||||
d_align.out: ${TESTSRC}/d_align.out
|
||||
sed -E -e 's,^[[:space:]]{7}\$$$$,\$$,' < ${.ALLSRC} > ${.TARGET}.tmp
|
||||
mv ${.TARGET}.tmp ${.TARGET}
|
||||
|
||||
CLEANFILES+= d_align.out d_align.out.tmp
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue