mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-update-12/; revision=304035
@ -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 New Issue
Block a user