diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-15 09:25:33 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-15 09:25:33 +0000 |
commit | d75a7880850137d06e72a9f161dbf3f2850ea54b (patch) | |
tree | e082f4f8e18f267e1a7ae6a5781279b8d03f0d26 /tests/sys | |
parent | 437999a767914f1e420da3069ad8a45663171fc2 (diff) | |
download | src-d75a7880850137d06e72a9f161dbf3f2850ea54b.tar.gz src-d75a7880850137d06e72a9f161dbf3f2850ea54b.zip |
Notes
Diffstat (limited to 'tests/sys')
-rw-r--r-- | tests/sys/kern/acct/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/kern/acct/Makefile b/tests/sys/kern/acct/Makefile index ca3df4c6c703..d254c5a32413 100644 --- a/tests/sys/kern/acct/Makefile +++ b/tests/sys/kern/acct/Makefile @@ -13,6 +13,7 @@ acct_test.o: convert.c convert.c: ${SRCTOP}/sys/kern/kern_acct.c sed -n -e 's/log(/syslog(/g' \ + -e 's/exp/expected/g' \ -e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' ${.ALLSRC} >${.TARGET}.tmp mv ${.TARGET}.tmp ${.TARGET} |